From d110b5b66166a10b4213daf34f70a513bd75fb16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 11:31:25 +0200 Subject: [PATCH] ci: bump peter-evans/create-pull-request from 4 to 5 (#5179) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/translation-compile.yml | 2 +- .github/workflows/web-api-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index cfe597010..fd9c13040 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -26,7 +26,7 @@ jobs: - name: run compile run: poetry run ./manage.py compilemessages - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 id: cpr with: token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index 9b6d0537e..a101d7f98 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -30,7 +30,7 @@ jobs: run: | export VERSION=`node -e 'console.log(require("../gen-ts-api/package.json").version)'` npm i @goauthentik/api@$VERSION - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 id: cpr with: token: ${{ secrets.BOT_GITHUB_TOKEN }}