diff --git a/.github/workflows/emulator-tests.yml b/.github/workflows/emulator-tests.yml index 8319cd97..0acf9fde 100644 --- a/.github/workflows/emulator-tests.yml +++ b/.github/workflows/emulator-tests.yml @@ -39,7 +39,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 53f11bbc..8a698bf4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -39,7 +39,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d53e158b..e5a08b42 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}