diff --git a/.github/workflows/update_config_branch.yml b/.github/workflows/update_config_branch.yml index 0c27a73..c0d4471 100644 --- a/.github/workflows/update_config_branch.yml +++ b/.github/workflows/update_config_branch.yml @@ -10,7 +10,8 @@ jobs: permissions: contents: write steps: - - name: create pull request - run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/checkout@v6 + - name: create pull request + run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}