diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 117d4846..47de3bc8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -15,7 +15,7 @@ jobs: name: Java ${{ matrix.Java }} testing steps: - name: Checkout - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0