diff --git a/.github/workflows/emulator-tests.yml b/.github/workflows/emulator-tests.yml index f7874013..450ca229 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.0 + uses: actions/cache@v5.0.1 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 6f84b931..0a02eb35 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.0 + uses: actions/cache@v5.0.1 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 f6165d3e..981f9ac1 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.0 + uses: actions/cache@v5.0.1 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e0c747f..cbc925a1 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.0 + uses: actions/cache@v5.0.1 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}