From 4f676514094ff7b99630e75b2efcb25b031affbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:16:12 +0100 Subject: [PATCH] Bump actions/cache from 3 to 4 (#799) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- 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/release.yml | 4 ++-- .github/workflows/unittests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80a31020..bb2b9baf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.9 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: /tmp/lce_android @@ -95,7 +95,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.9 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: /tmp/lce_android diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 034647b6..459f1022 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -137,7 +137,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.9 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: /tmp/lce_android