mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 11:24:24 +02:00
Merge pull request #687 from JakeStanger/ci/flake-lock
ci(nix flake): bump update step version
This commit is contained in:
commit
fe79a4eaf6
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:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v15
|
||||
uses: DeterminateSystems/update-flake-lock@v23
|
||||
with:
|
||||
pr-title: "Update flake.lock" # Title of PR to be created
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
|
|
Loading…
Add table
Reference in a new issue