diff --git a/.github/workflows/generate-changelog.yml b/.github/workflows/generate-changelog.yml index 05228684..81df0344 100644 --- a/.github/workflows/generate-changelog.yml +++ b/.github/workflows/generate-changelog.yml @@ -65,7 +65,7 @@ jobs: # Create a pull request for the changelog update, sign commits with the GitHub Actions bot - name: Create Pull Request if: steps.changes.outputs.changed == 'true' - uses: devops-infra/action-pull-request@v0.6.1 + uses: devops-infra/action-pull-request@v1.0.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: chore/update-repo-structure diff --git a/.github/workflows/update-repo-structure.yml b/.github/workflows/update-repo-structure.yml index 054fbbc6..02ae2f7f 100644 --- a/.github/workflows/update-repo-structure.yml +++ b/.github/workflows/update-repo-structure.yml @@ -62,7 +62,7 @@ jobs: - name: Create Pull Request if: steps.changes.outputs.changed == 'true' - uses: devops-infra/action-pull-request@v0.6.1 + uses: devops-infra/action-pull-request@v1.0.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: chore/update-repo-structure