From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:15:15 +0000 (+0200) Subject: Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 (#713) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=02490e054cc06e3cf4829e335bec24e0efada52b;p=music-assistant-server.git Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 (#713) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/pre-commit-updater.yml b/.github/workflows/pre-commit-updater.yml index 635164af..f4d0c5ea 100644 --- a/.github/workflows/pre-commit-updater.yml +++ b/.github/workflows/pre-commit-updater.yml @@ -16,7 +16,7 @@ jobs: - name: Run pre-commit autoupdate run: pre-commit autoupdate - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.1 + uses: peter-evans/create-pull-request@v5.0.2 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pre-commit-autoupdate