diff --git a/.github/workflows/cron-update-contributors.yml b/.github/workflows/cron-update-contributors.yml index fae28b0316..d51a2d6f26 100644 --- a/.github/workflows/cron-update-contributors.yml +++ b/.github/workflows/cron-update-contributors.yml @@ -31,7 +31,7 @@ jobs: FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }} - name: Create PR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: base: master branch: docs/update-contributors diff --git a/.github/workflows/cron-update-icons.yml b/.github/workflows/cron-update-icons.yml index 2fc37876b6..85eb211096 100644 --- a/.github/workflows/cron-update-icons.yml +++ b/.github/workflows/cron-update-icons.yml @@ -31,7 +31,7 @@ jobs: FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }} - name: Create PR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: base: master branch: feat/update-icons-and-svgs diff --git a/.github/workflows/cron-update-statuses.yml b/.github/workflows/cron-update-statuses.yml index cb2ff9bbbf..9a1701ba6b 100644 --- a/.github/workflows/cron-update-statuses.yml +++ b/.github/workflows/cron-update-statuses.yml @@ -29,7 +29,7 @@ jobs: git diff-index --quiet HEAD || git commit -m "chore: update component statuses" - name: Create PR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: base: master branch: chore/update-icons-and-svgs diff --git a/.github/workflows/cron-update-tokens.yml b/.github/workflows/cron-update-tokens.yml index 9c2ea6825b..42356bad81 100644 --- a/.github/workflows/cron-update-tokens.yml +++ b/.github/workflows/cron-update-tokens.yml @@ -33,7 +33,7 @@ jobs: FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }} - name: Create PR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: base: master branch: feat/update-palette-tokens