From 3333f048289bd88f636e66232152692852379399 Mon Sep 17 00:00:00 2001 From: Sean Escriva Date: Tue, 6 Aug 2024 09:08:36 -0400 Subject: [PATCH] Bump versions for update flake action Job was failing with: error: unrecognised flag '--commit-lockfile-summary' --- .github/workflows/update-flake.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 93c56f8..69012c7 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -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