diff --git a/.github/workflows/emulator-tests.yml b/.github/workflows/emulator-tests.yml index b25bbb17..df8e568e 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.1.1 + uses: actions/cache@v4.1.2 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 37e5218b..f45b1263 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.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb634cf8..8b6b59d5 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.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}