Skip to content

Commit 1aca3a9

Browse files
authored
Merge pull request #1451 from Unidata/dependabot/github_actions/github-actions-76468cb07f
Bump actions/checkout from 5 to 6 in the github-actions group
2 parents bae6e2c + 2cf0f97 commit 1aca3a9

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.14"]
1818
steps:
1919

20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
submodules: true
2323

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ["3.14"]
1515
steps:
1616

17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
submodules: true
2020

.github/workflows/build_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.14"]
1818
steps:
1919

20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
submodules: true
2323

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build source distribution
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424

@@ -63,7 +63,7 @@ jobs:
6363
arch: x86_64
6464

6565
steps:
66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
6969

@@ -108,7 +108,7 @@ jobs:
108108
arch: [AMD64]
109109

110110
steps:
111-
- uses: actions/checkout@v5
111+
- uses: actions/checkout@v6
112112
with:
113113
fetch-depth: 0
114114

.github/workflows/miniconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash -l {0}
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
submodules: true
3030

@@ -60,7 +60,7 @@ jobs:
6060
run:
6161
shell: bash -l {0}
6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
with:
6565
submodules: true
6666

0 commit comments

Comments
 (0)