Skip to content

Commit d05b55f

Browse files
authored
Merge pull request #127 from jrl-umi3218/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents 72bac02 + 32e15b7 commit d05b55f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

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

3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
with:
3434
submodules: recursive
3535
- name: Install dependencies

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: [ubuntu]
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- uses: cachix/install-nix-action@v31
2323
- uses: cachix/cachix-action@v17
2424
with:

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
app-id: ${{ secrets.MC_RTC_NIX_APP_ID }}
1919
private-key: ${{ secrets.MC_RTC_NIX_APP_PRIVATE_KEY }}
2020
- name: Checkout repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
token: ${{ steps.app-token.outputs.token }}
2424
- name: Setup Nix

0 commit comments

Comments
 (0)