diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 9cf93c74..7204e720 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -52,7 +52,7 @@ jobs: node-version: ${{ steps.node-version.outputs.version }} - name: Checkout the update site if: matrix.jvm_version == 11 && contains('Linux', runner.os) - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: path: update-site fetch-depth: 0