diff --git a/.github/workflows/emulator-tests.yml b/.github/workflows/emulator-tests.yml index e03b62c3..ecfa5e41 100644 --- a/.github/workflows/emulator-tests.yml +++ b/.github/workflows/emulator-tests.yml @@ -46,7 +46,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.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 9cb7fcde..6d4e7c80 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -46,7 +46,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.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 32eff2ee..a284527f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}