Skip to content

Commit fe79a4e

Browse files
authored
Merge pull request #687 from JakeStanger/ci/flake-lock
ci(nix flake): bump update step version
2 parents 92c690d + df1b131 commit fe79a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-nix-flake-lock.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: update-nix-flake-lock
1+
name: Update Nix Flake lock
22
on:
33
workflow_dispatch: # allows manual triggering
44
schedule:
@@ -19,7 +19,7 @@ jobs:
1919
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2020
2121
- name: Update flake.lock
22-
uses: DeterminateSystems/update-flake-lock@v15
22+
uses: DeterminateSystems/update-flake-lock@v23
2323
with:
2424
pr-title: "Update flake.lock" # Title of PR to be created
2525
pr-labels: | # Labels to be set on the PR

0 commit comments

Comments
 (0)