From a9e02f83e55cf9b73e21593fcc0435b1ac52a5a3 Mon Sep 17 00:00:00 2001 From: Lilith River Date: Sun, 2 Apr 2023 21:17:11 -0600 Subject: [PATCH] Update to peter-evans/create-pull-request@v4 --- .github/workflows/get-feedback.yml | 2 +- .github/workflows/update-jsonld.yml | 2 +- .github/workflows/update-localization.yml | 2 +- .github/workflows/update-translations.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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