From df1b131cc8a2c2e06410ec9ae3c6e3575618dbd9 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 4 Aug 2024 16:08:00 +0100 Subject: [PATCH] ci(nix flake): bump update step version --- .github/workflows/update-nix-flake-lock.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-nix-flake-lock.yml b/.github/workflows/update-nix-flake-lock.yml index 9c6777a..fe96be6 100644 --- a/.github/workflows/update-nix-flake-lock.yml +++ b/.github/workflows/update-nix-flake-lock.yml @@ -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