diff --git a/.github/workflows/create-pull-request.yml b/.github/workflows/create-pull-request.yml index c4a97f9..7d4a3ab 100644 --- a/.github/workflows/create-pull-request.yml +++ b/.github/workflows/create-pull-request.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Create Pull Request env: GH_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}