diff --git a/.github/workflows/2685814.yml b/.github/workflows/2685814.yml index 65cd181..9ed5938 100644 --- a/.github/workflows/2685814.yml +++ b/.github/workflows/2685814.yml @@ -9,12 +9,13 @@ jobs: pull-requests: write contents: write steps: - - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd + - uses: pnpm/action-setup@v4 with: version: ^7 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - run: pnpm i --lockfile-only - run: | git config --global user.name github-actions[bot]