From 760eb8ae729244bc7259c563432f4889aab4d30b Mon Sep 17 00:00:00 2001 From: zack Date: Sat, 19 Oct 2024 21:33:18 -0400 Subject: [PATCH] update create-pr v --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6852cea..2bf0be5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -66,7 +66,7 @@ jobs: - name: Create Pull Request if: steps.update-flake.outputs.CHANGED == 'true' id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: title: 'Auto-update Nix flake dependencies' body: 'This PR updates the Nix flake dependencies.'