diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index fcac8922..bc80f721 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -75,7 +75,7 @@ jobs: } - name: Create update pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "chore(deps): update NPM dependencies" title: "chore(deps): update NPM dependencies" diff --git a/.github/workflows/update-types.yml b/.github/workflows/update-types.yml index 672144b9..366e81ab 100644 --- a/.github/workflows/update-types.yml +++ b/.github/workflows/update-types.yml @@ -109,7 +109,7 @@ jobs: } - name: Create update pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "chore(deps): update OSCAL types to v${{ steps.version.outputs.VERSION_ID }}" title: "chore(deps): update OSCAL types to v${{ steps.version.outputs.VERSION_ID }}"