We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7cfa0 commit ab76106Copy full SHA for ab76106
.github/workflows/update-flake-lock.yml
@@ -17,7 +17,7 @@ jobs:
17
extra_nix_config: |
18
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
19
- name: Update flake.lock
20
- uses: DeterminateSystems/update-flake-lock@v14
+ uses: DeterminateSystems/update-flake-lock@v15
21
with:
22
commit-msg: "chore: update flake.lock"
23
gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }}
0 commit comments