diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 890ca87..26dfe8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: # to simulate an updatable cache. If eventually we need to clear the cache, increase the V* number - name: Rules cache id: rules-cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: qacover-core/.tdrules-cache key: tdrules-cache-${{ matrix.scope }}-v1-${{ github.run_id }} @@ -163,7 +163,7 @@ jobs: # Uses the same trick that in other jobs top simulate a writable cache - name: Custom cache for IT id: rules-cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: /home/runner/.m2/repository #can't pass $HOME key: setup-java-IT-maven-v1-${{ github.run_id }} @@ -247,7 +247,7 @@ jobs: - name: Rules cache id: rules-cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: net/.tdrules-cache key: tdrules-cache-Net-v1-${{ github.run_id }}