We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370d507 commit 13f9a24Copy full SHA for 13f9a24
3 files changed
.github/workflows/flake-check.yaml
@@ -35,7 +35,7 @@ jobs:
35
branch: nixos-unstable
36
37
steps:
38
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
39
40
- name: Install Nix
41
uses: nixbuild/nix-quick-install-action@v33
.github/workflows/post-compare-link.yaml
@@ -12,7 +12,7 @@ jobs:
12
post-compare-link:
13
runs-on: ubuntu-latest
14
15
16
with:
17
fetch-depth: 0
18
- uses: NuschtOS/flake-lock-compare-action@main
.github/workflows/template-sync.yaml
@@ -13,7 +13,7 @@ jobs:
if: github.repository != 'NuschtOS/template'
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
19
- uses: AndreasAugustin/actions-template-sync@v2
0 commit comments