mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 11:24:24 +02:00
ci(nix flake): bump update step version
This commit is contained in:
parent
92c690dcd1
commit
df1b131cc8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-nix-flake-lock.yml
vendored
4
.github/workflows/update-nix-flake-lock.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: update-nix-flake-lock
|
name: Update Nix Flake lock
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # allows manual triggering
|
workflow_dispatch: # allows manual triggering
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v15
|
uses: DeterminateSystems/update-flake-lock@v23
|
||||||
with:
|
with:
|
||||||
pr-title: "Update flake.lock" # Title of PR to be created
|
pr-title: "Update flake.lock" # Title of PR to be created
|
||||||
pr-labels: | # Labels to be set on the PR
|
pr-labels: | # Labels to be set on the PR
|
||||||
|
|
Loading…
Add table
Reference in a new issue