diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4a13c14..634d4cd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -74,11 +74,11 @@ jobs: steps: - name: Checkout git repository if: ${{ github.event_name != 'pull_request_target' }} - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout pull request if: ${{ github.event_name == 'pull_request_target' }} - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }}