diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index 1bf9ddc..611b8a6 100644 --- a/.github/workflows/node.js-ci.yml +++ b/.github/workflows/node.js-ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 name: Checkout [main] with: fetch-depth: 0 @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }}