From d151713fd6d77c9b39f8c789a55ed958210f848e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 15 Nov 2024 14:28:36 +0800 Subject: [PATCH] ci: fix update deps step --- .github/workflows/update-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index ba9ce2b..3789d4f 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -19,7 +19,7 @@ jobs: run: | echo "DATETIME=$(date '+%F')" >> "$GITHUB_OUTPUT" - name: Create pull request - uses: peter-evans/create-pull-request + uses: peter-evans/create-pull-request@v7 with: title: "ci: update lockfile as of ${{ steps.update-nix-deps.datetime.outputs.DATETIME }}" body: ""