Skip to content

Commit 13f9a24

Browse files
Update actions/checkout action to v6 (#373)
1 parent 370d507 commit 13f9a24

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/flake-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
branch: nixos-unstable
3636

3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939

4040
- name: Install Nix
4141
uses: nixbuild/nix-quick-install-action@v33

.github/workflows/post-compare-link.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
post-compare-link:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- uses: NuschtOS/flake-lock-compare-action@main

.github/workflows/template-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository != 'NuschtOS/template'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
1919
- uses: AndreasAugustin/actions-template-sync@v2

0 commit comments

Comments
 (0)