Skip to content

Commit

Permalink
Bump versions for update flake action
Browse files Browse the repository at this point in the history
Job was failing with:

error: unrecognised flag '--commit-lockfile-summary'
  • Loading branch information
webframp committed Aug 6, 2024
1 parent 23b195f commit 3333f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v19
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
Expand Down

0 comments on commit 3333f04

Please sign in to comment.