diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 481bca974f5..7cb5837ff26 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -26,7 +26,7 @@ jobs: distribution: 'zulu' - name: Cache on push if: github.event_name == 'push' - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.gradle key: ${{ runner.os }}-cd-it-${{ github.sha }} @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-cd-it-${{ github.event.before }} - name: Cache on pull_request if: github.event_name == 'pull_request' - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.gradle key: ${{ runner.os }}-cd-it-${{ github.event.pull_request.head.sha }}