diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4a4ca27..09a31a8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,11 +14,11 @@ jobs: steps: - name: Checkout if: ${{ github.event_name != 'pull_request_target' }} - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout PR from dependabot if: ${{ github.event_name == 'pull_request_target' }} - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }}