Skip to content

Commit 08cb547

Browse files
dependabot[bot]khaeru
authored andcommitted
Bump actions/checkout from 5 to 6 in the all-actions group
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]>
1 parent d7452ee commit 08cb547

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@v5
37+
uses: actions/checkout@v6
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
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Check out message_ix
85-
uses: actions/checkout@v5
85+
uses: actions/checkout@v6
8686
with:
8787
fetch-depth: ${{ env.depth }}
8888
ref: ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
@@ -158,7 +158,7 @@ jobs:
158158

159159
steps:
160160
- name: Check out message_ix
161-
uses: actions/checkout@v5
161+
uses: actions/checkout@v6
162162
with:
163163
fetch-depth: ${{ env.depth }}
164164
ref: ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
@@ -230,7 +230,7 @@ jobs:
230230
runs-on: ubuntu-latest
231231

232232
steps:
233-
- uses: actions/checkout@v5
233+
- uses: actions/checkout@v6
234234
with:
235235
ref: ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
236236
- uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)