Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- name: Run checks
run: nix flake check -L

Expand All @@ -31,7 +31,7 @@ jobs:
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- name: Run build
run: nix-build --no-out-link .
- name: Create artifact
Expand All @@ -53,7 +53,7 @@ jobs:
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- name: Run build
run: nix-build --no-out-link .
- name: Create artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- name: Run build
run: nix-build .github/pages.nix
- name: Upload artifact
Expand Down