Skip to content

Commit 56b2406

Browse files
Merge pull request #961 from Mic92/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 420f8d2 + 91e08ca commit 56b2406

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- uses: cachix/install-nix-action@v31
1515
with:
1616
extra_nix_config: |

.github/workflows/update-vendor-hash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
app-id: ${{ vars.CI_APP_ID }}
1212
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
with:
1515
ref: ${{ github.event.pull_request.head.sha }}
1616
fetch-depth: 0

.github/workflows/upgrade-flakes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
createPullRequest:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
- name: Install Nix
1414
uses: cachix/install-nix-action@v31
1515
with:

0 commit comments

Comments
 (0)