Skip to content

Commit 6bf4000

Browse files
Bump actions/checkout from 5 to 6 in the all-actions group (#458)
Bumps the all-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: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb47229 commit 6bf4000

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pytest-snapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
key: ubuntu-latest
3232

3333
- name: Check out message-ix-models
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
lfs: true
3737

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
${{ secrets.MESSAGE_STATIC_DATA_PRIVATE_KEY }}
7272
7373
- name: Check out message-static-data
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
with:
7676
repository: iiasa/message-static-data
7777
path: message-static-data
@@ -229,7 +229,7 @@ jobs:
229229
needs: check
230230
runs-on: ubuntu-latest
231231
steps:
232-
- uses: actions/checkout@v5
232+
- uses: actions/checkout@v6
233233
with: { ref: "${{ needs.check.outputs.ref }}" }
234234
- uses: astral-sh/setup-uv@v7
235235
with: { python-version: "${{ env.python-version }}" }

0 commit comments

Comments
 (0)