From c633707ab56ba7b21a7027ee39dda25d070f745c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:13:40 +0000 Subject: [PATCH] chore: bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c5a7806660adbe173f04e3e038b0ccdcd758773c...5e914681df9dc83aa4e4905692ca88beb2f9e91f) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-watcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-watcher.yml b/.github/workflows/update-watcher.yml index b513a84..512978f 100644 --- a/.github/workflows/update-watcher.yml +++ b/.github/workflows/update-watcher.yml @@ -17,7 +17,7 @@ jobs: node-version: 18 - run: cd example && npm install --save-dev @axe-core/watcher@latest - name: Open PR - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # tag=v5 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # tag=v5 with: token: ${{ secrets.PAT }} commit-message: "chore: Update @axe-core/watcher"