Skip to content

Commit 6317463

Browse files
authored
Merge pull request #141 from pytroll/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 0dc73a5 + 1e494b6 commit 6317463

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout source
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Setup Conda Environment
2525
uses: conda-incubator/setup-miniconda@v3

.github/workflows/deploy-sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout source
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Create sdist
1717
shell: bash -l {0}

.github/workflows/end-to-end.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout source
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Setup Conda Environment
3131
uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)