ci: update actions

This commit is contained in:
seth 2024-03-31 19:57:27 -04:00
parent da95309ed3
commit dfa4d66654
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
4 changed files with 22 additions and 17 deletions

View file

@ -18,11 +18,11 @@ jobs:
- uses: actions/checkout@v4
- name: Install Nix
uses: nixbuild/nix-quick-install-action@v26
uses: nixbuild/nix-quick-install-action@v27
- name: Update and create PR
uses: DeterminateSystems/update-flake-lock@v20
uses: DeterminateSystems/update-flake-lock@v21
with:
commit-msg: 'nix: update inputs'
pr-title: 'nix: update inputs'
commit-msg: 'nix: update flake.lock'
pr-title: 'nix: update flake.lock'
token: ${{ github.token }}