Skip to content

Commit cc014c2

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 00bec74 commit cc014c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nightly.yaml

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

3535
steps:
3636
- name: Check out message_ix
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
fetch-depth: ${{ env.depth }}
4040

.github/workflows/pytest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Check out message_ix
94-
uses: actions/checkout@v4
94+
uses: actions/checkout@v5
9595
with:
9696
fetch-depth: ${{ env.depth }}
9797
ref: ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
@@ -167,7 +167,7 @@ jobs:
167167

168168
steps:
169169
- name: Check out message_ix
170-
uses: actions/checkout@v4
170+
uses: actions/checkout@v5
171171
with:
172172
fetch-depth: ${{ env.depth }}
173173
ref: ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
@@ -239,7 +239,7 @@ jobs:
239239
runs-on: ubuntu-latest
240240

241241
steps:
242-
- uses: actions/checkout@v4
242+
- uses: actions/checkout@v5
243243
with:
244244
ref: ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
245245
- uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)