Skip to content

Commit a7d1a86

Browse files
Bump actions/checkout from 5 to 6 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0768244 commit a7d1a86

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run:
3535
shell: bash -el {0}
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- uses: mamba-org/setup-micromamba@v2
3939
with:
4040
environment-file: environment.yml
@@ -85,7 +85,7 @@ jobs:
8585
run:
8686
shell: bash -el {0}
8787
steps:
88-
- uses: actions/checkout@v5
88+
- uses: actions/checkout@v6
8989
- uses: mamba-org/setup-micromamba@v2
9090
with:
9191
environment-file: environment.yml
@@ -111,7 +111,7 @@ jobs:
111111
run:
112112
shell: bash -el {0}
113113
steps:
114-
- uses: actions/checkout@v5
114+
- uses: actions/checkout@v6
115115
- uses: mamba-org/setup-micromamba@v2
116116
with:
117117
environment-file: environment.yml
@@ -141,7 +141,7 @@ jobs:
141141
run:
142142
shell: bash -el {0}
143143
steps:
144-
- uses: actions/checkout@v5
144+
- uses: actions/checkout@v6
145145
# The macos-14 runner doesn't come equipped with Python, so we need to install it
146146
# there.
147147
- uses: actions/setup-python@v6
@@ -185,7 +185,7 @@ jobs:
185185
run:
186186
shell: bash -el {0}
187187
steps:
188-
- uses: actions/checkout@v5
188+
- uses: actions/checkout@v6
189189
- run: ./tools/extract_version.sh
190190
- uses: actions/download-artifact@v6
191191
with:
@@ -217,7 +217,7 @@ jobs:
217217
run:
218218
shell: bash -el {0}
219219
steps:
220-
- uses: actions/checkout@v5
220+
- uses: actions/checkout@v6
221221
- run: ./tools/extract_version.sh
222222
- uses: actions/download-artifact@v6
223223
with:

.github/workflows/outdated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
deps:
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.12"

0 commit comments

Comments
 (0)