From d07fe012b50f463eb24f78d3a66350d0eae4d711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:38:52 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 4.0.2 (#104) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.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/704facf57e6136b1bc63b828d79edcd491f0ee84...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/test_logger_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f392d05..e86907d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 env: cache-name: cache-artifacts with: diff --git a/.github/workflows/test_logger_ci.yml b/.github/workflows/test_logger_ci.yml index 034ed09..1ba367a 100644 --- a/.github/workflows/test_logger_ci.yml +++ b/.github/workflows/test_logger_ci.yml @@ -39,7 +39,7 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 env: cache-name: cache-artifacts with: