From cb9020929e4ff67ebcebc05ead89e15dd2a35333 Mon Sep 17 00:00:00 2001 From: David Martos Date: Wed, 28 Feb 2024 16:18:53 +0100 Subject: [PATCH] Bump peter-evans/create-pull-request to v6 (#317) --- .github/workflows/check_flutter_versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_flutter_versions.yml b/.github/workflows/check_flutter_versions.yml index d1cf188..81677ee 100644 --- a/.github/workflows/check_flutter_versions.yml +++ b/.github/workflows/check_flutter_versions.yml @@ -30,7 +30,7 @@ jobs: # Create a Pull Request if there are any changes. # This is automatically checked internally - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "chore: Update Flutter version" title: "chore: Update Flutter version"