Skip to content

Commit 0e3d1ac

Browse files
authored
Merge pull request #116 from DeterminateSystems/dependabot/github_actions/actions-deps-76468cb07f
Bump actions/checkout from 5 to 6 in the actions-deps group
2 parents cb28f58 + b438c2c commit 0e3d1ac

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)