From 70a81dd9b9f4d4a18866253fc705bcc88c8af811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:57:17 +0000 Subject: [PATCH 1/2] Bump actions/cache from 3 to 4 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] --- .github/workflows/model_performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/model_performance.yml b/.github/workflows/model_performance.yml index 1d871c7caf3..2801d586256 100644 --- a/.github/workflows/model_performance.yml +++ b/.github/workflows/model_performance.yml @@ -92,7 +92,7 @@ jobs: ref: main # attempts to access a previously cached runner - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: ${{ env.RUNNER_CACHE_PATH }} @@ -166,7 +166,7 @@ jobs: # this was built in the previous job so it will be there. - name: Fetch Runner - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ${{ env.RUNNER_CACHE_PATH }} From 54cbee2505879585b706917f604caee51a912868 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 29 Jan 2024 00:57:49 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240129-005743.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240129-005743.yaml diff --git a/.changes/unreleased/Dependencies-20240129-005743.yaml b/.changes/unreleased/Dependencies-20240129-005743.yaml new file mode 100644 index 00000000000..2e650f4f1bc --- /dev/null +++ b/.changes/unreleased/Dependencies-20240129-005743.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/cache from 3 to 4" +time: 2024-01-29T00:57:43.00000Z +custom: + Author: dependabot[bot] + PR: 9471