Skip to content

Commit bdb18b4

Browse files
committed
Update actions/checkout action to v7
1 parent 22fc141 commit bdb18b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31
2121
with:
2222
nix_path: nixpkgs=channel:nixos-unstable

.github/workflows/update-flakes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
flake-inputs: ${{ steps.get-flake-inputs.outputs.flake-inputs }}
1919

2020
steps:
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222
with:
2323
sparse-checkout: flake.lock
2424
persist-credentials: false
@@ -38,7 +38,7 @@ jobs:
3838
matrix: ${{ fromJson(needs.get-flake-inputs.outputs.flake-inputs) }}
3939

4040
steps:
41-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444
persist-credentials: false

0 commit comments

Comments
 (0)