From c0edaaf821eb170bb5dab190a680b6a0fec92f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:13:58 +0100 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 3 to 4 (#2580) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4) --- 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 936133cc8..64b1982c1 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -37,7 +37,7 @@ jobs: - name: run compile run: poetry run ./manage.py compilemessages - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 id: cpr with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index fee72065b..8bc6b815c 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -29,7 +29,7 @@ jobs: export VERSION=`node -e 'console.log(require("../web-api/package.json").version)'` npm i @goauthentik/api@$VERSION - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 id: cpr with: token: ${{ secrets.GITHUB_TOKEN }}