Skip to content

Commit 5c5a50f

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

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@v4
34+
uses: actions/checkout@v5
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@v4
74+
uses: actions/checkout@v5
7575
with:
7676
repository: iiasa/message-static-data
7777
path: message-static-data
@@ -231,7 +231,7 @@ jobs:
231231
needs: check
232232
runs-on: ubuntu-latest
233233
steps:
234-
- uses: actions/checkout@v4
234+
- uses: actions/checkout@v5
235235
with: { ref: "${{ needs.check.outputs.ref }}" }
236236
- uses: astral-sh/setup-uv@v6
237237
with: { python-version: "${{ env.python-version }}" }

0 commit comments

Comments
 (0)