From a63250f7056a02b07b5dedb11d59b7c71baa1707 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Tue, 2 Jul 2024 11:05:54 -0400 Subject: [PATCH] Update peter-evans/create-pull-request to v6 --- .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 9fddc580..ad4dfa9f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -45,7 +45,7 @@ jobs: id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v6 with: reviewers: camilopayan commit-message: '[ ${{ steps.date.outputs.date }} ] - Update dependencies'