1
0
Fork 0
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:
Jake Stanger 2024-08-04 16:09:56 +01:00 committed by GitHub
commit fe79a4eaf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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