From 0e409f77880b19d44bf20953c71316ff2af00c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:29:55 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 4.1.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 0acf9fde..b25bbb17 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.1.0 + uses: actions/cache@v4.1.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 8a698bf4..37e5218b 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.1.0 + uses: actions/cache@v4.1.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 e5a08b42..eb634cf8 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.1.0 + uses: actions/cache@v4.1.1 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}