diff --git a/.github/workflows/emulator-tests.yml b/.github/workflows/emulator-tests.yml index 62c67f58..43c03203 100644 --- a/.github/workflows/emulator-tests.yml +++ b/.github/workflows/emulator-tests.yml @@ -51,7 +51,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 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 589ac43f..e768af6a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -51,7 +51,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 81626522..8dfb60bb 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -55,7 +55,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2aeb4da8..1be0fadd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}