Skip to content

Commit b8ec935

Browse files
Update actions/checkout action to v5 (#98)
1 parent aa4f0d4 commit b8ec935

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/flake-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
target: [ "25.05", "unstable" ]
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424

2525
- name: Install Nix
2626
uses: nixbuild/nix-quick-install-action@v30

.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@v4
15+
- uses: actions/checkout@v5
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@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
1919
- uses: AndreasAugustin/actions-template-sync@v2

0 commit comments

Comments
 (0)