From e74d7ddf6c5dff9a9498603fc9130bffc93f8d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:45:29 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 (#1169) 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/docs.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/run-test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index edfe6bf0c0..e9e01e63bd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: - name: Cache Library id: cache-library - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: Library key: Library-2021.3.5 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9237757204..9289cabe3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: - name: Cache Library id: cache-library - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: Library key: Library-2020.3.30 @@ -143,7 +143,7 @@ jobs: - name: Cache Library id: cache-library - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: Library key: Library-2020.3.30 diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 607cdc246d..7b14c203ea 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -35,7 +35,7 @@ jobs: - name: Cache Library id: cache-library - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: Library key: ${{ inputs.cache_key }}