Skip to content

Commit b438c2c

Browse files
Bump actions/checkout from 5 to 6 in the actions-deps group
Bumps the actions-deps 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-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb28f58 commit b438c2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Run all checks
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: DeterminateSystems/determinate-nix-action@v3
1616
- uses: DeterminateSystems/flakehub-cache-action@main
1717

.github/workflows/update-downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GH_TOKEN: ${{ secrets.detsys_pr_bot_token }} # for `gh pr create`
4141
steps:
4242
- name: Check out detsys-ts
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
with:
4545
path: current
4646
token: ${{ env.GH_TOKEN }}
@@ -53,7 +53,7 @@ jobs:
5353
echo "msg=${MSG}" >> $GITHUB_OUTPUT
5454
5555
- name: Check out ${{ env.TARGET_REPO }}
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757
with:
5858
path: target
5959
repository: ${{ env.TARGET_REPO }}

0 commit comments

Comments
 (0)