From 6c8ab7dbb9f6dca793eca487652c82ab0fe78584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:30:00 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 4.0.2 to 4.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/emulator-tests.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/emulator-tests.yml b/.github/workflows/emulator-tests.yml index 8319cd97..0acf9fde 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.0.2 + uses: actions/cache@v4.1.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 53f11bbc..8a698bf4 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.0.2 + uses: actions/cache@v4.1.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 d53e158b..e5a08b42 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.0.2 + uses: actions/cache@v4.1.0 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}