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 }}