diff --git a/.github/workflows/image-compress.yml b/.github/workflows/image-compress.yml index 02a18553bc..4c186d220f 100644 --- a/.github/workflows/image-compress.yml +++ b/.github/workflows/image-compress.yml @@ -42,7 +42,7 @@ jobs: with: githubToken: ${{ steps.generate_token.outputs.token }} compressOnly: ${{ github.event_name != 'pull_request' }} - - uses: peter-evans/create-pull-request@v5 + - uses: peter-evans/create-pull-request@v6 if: "${{ github.event_name != 'pull_request' && steps.compress.outputs.markdown != '' }}" id: cpr with: diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index e6d075af7b..1d5e7873d0 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -28,7 +28,7 @@ jobs: - name: run compile run: poetry run ak compilemessages - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 id: cpr with: token: ${{ steps.generate_token.outputs.token }} diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index 4c617a1992..7e63c50ac0 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -35,7 +35,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@v5 + - uses: peter-evans/create-pull-request@v6 id: cpr with: token: ${{ steps.generate_token.outputs.token }}