diff --git a/.github/workflows/get-feedback.yml b/.github/workflows/get-feedback.yml index 6d984f9..d23de9a 100644 --- a/.github/workflows/get-feedback.yml +++ b/.github/workflows/get-feedback.yml @@ -33,7 +33,7 @@ jobs: run: npm run feedback - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} add-paths: src/content/*/_f_*.feedback.txt, src/content/*.alternate.md diff --git a/.github/workflows/update-jsonld.yml b/.github/workflows/update-jsonld.yml index 9ca526d..27e4791 100644 --- a/.github/workflows/update-jsonld.yml +++ b/.github/workflows/update-jsonld.yml @@ -32,7 +32,7 @@ jobs: run: npm run jsonld - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} add-paths: src/content/*.json diff --git a/.github/workflows/update-localization.yml b/.github/workflows/update-localization.yml index a945e9e..ddb7f33 100644 --- a/.github/workflows/update-localization.yml +++ b/.github/workflows/update-localization.yml @@ -30,7 +30,7 @@ jobs: run: npm run localize - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} add-paths: public/locales/*.json diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index d9cfba4..0dfafe3 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -33,7 +33,7 @@ jobs: run: npm run translate - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} add-paths: src/content/*.md, src/content/*/_roundtrip_*.txt