ci: update action versions

This commit is contained in:
2 * r + 2 * t 2026-05-02 12:17:49 +10:00
parent a3940125e8
commit 4e9e1f4b72

View file

@ -22,14 +22,14 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
- name: Install Nix
uses: nixbuild/nix-quick-install-action@v31
uses: nixbuild/nix-quick-install-action@v34
with:
nix_conf: |
keep-env-derivations = true
keep-outputs = true
- name: Restore and save Nix store
uses: nix-community/cache-nix-action@v6
uses: nix-community/cache-nix-action@v7
with:
# restore and save a cache using this key
primary-key: nix-${{ hashFiles('**/*.nix', '**/flake.lock') }}
@ -84,7 +84,7 @@ jobs:
- name: Commit and push changes
if: steps.check.outputs.modified == 'true'
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
with:
github_token: ${{ steps.app-token.outputs.token }}
add: flake.lock