ci: update action versions
This commit is contained in:
parent
a3940125e8
commit
4e9e1f4b72
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-flake-inputs.yml
vendored
6
.github/workflows/update-flake-inputs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue