diff --git a/.github/workflows/emulator-tests.yml b/.github/workflows/emulator-tests.yml index 41a8b7acd..8e65c9cb3 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.3.0 + uses: actions/cache@v5.0.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 7de5f5ad1..75223747a 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.3.0 + uses: actions/cache@v5.0.0 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 ab61c1194..828b39323 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -56,7 +56,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.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 c0afe3c15..36e37401f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}