diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 78dfbed..a700530 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@v3 + uses: actions/checkout@v4 - name: Checkout PR from dependabot if: ${{ github.event_name == 'pull_request_target' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }}