diff --git a/.github/workflows/emulator-tests.yml b/.github/workflows/emulator-tests.yml index 79d1f6f6..0b2aaaf3 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@v5.0.1 + uses: actions/cache@v5.0.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 4dfc38ea..aebd2a35 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@v5.0.1 + uses: actions/cache@v5.0.2 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 2a502d0f..3647f258 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -51,7 +51,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.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 b03d0c18..d698c8e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,7 +54,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.2 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}