From f07f3ff2d1a39c32c2a49cf35e204f83a860bb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:33:57 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 740d5c6..f3f1cfb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 timeout-minutes: 1 continue-on-error: true with: @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 timeout-minutes: 1 continue-on-error: true with: