We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92c690d + df1b131 commit fe79a4eCopy full SHA for fe79a4e
.github/workflows/update-nix-flake-lock.yml
@@ -1,4 +1,4 @@
1
-name: update-nix-flake-lock
+name: Update Nix Flake lock
2
on:
3
workflow_dispatch: # allows manual triggering
4
schedule:
@@ -19,7 +19,7 @@ jobs:
19
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
20
21
- name: Update flake.lock
22
- uses: DeterminateSystems/update-flake-lock@v15
+ uses: DeterminateSystems/update-flake-lock@v23
23
with:
24
pr-title: "Update flake.lock" # Title of PR to be created
25
pr-labels: | # Labels to be set on the PR
0 commit comments