From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 21:29:53 +0000 (+0200) Subject: Bump peter-evans/create-pull-request from 4.0.3 to 4.0.4 (#357) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1e6286689a9d5144bbf0101f7ff718d17a87fae6;p=music-assistant-server.git Bump peter-evans/create-pull-request from 4.0.3 to 4.0.4 (#357) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.0.3...v4.0.4) --- 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 38910167..b7600035 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@v4.0.3 + uses: peter-evans/create-pull-request@v4.0.4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pre-commit-autoupdate