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