Skip to content

Commit 61514d7

Browse files
Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e27cc63 commit 61514d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Download previous benchmark result from cache (if exists)
4343
- name: Download previous benchmark data
44-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
44+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4545
with:
4646
path: ./cache
4747
key: ${{ runner.os }}-benchmark-${{ github.run_id }}
@@ -60,7 +60,7 @@ jobs:
6060
save-data-file: true
6161

6262
- name: Save benchmark data
63-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
63+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6464
with:
6565
path: ./cache
6666
key: ${{ runner.os }}-benchmark-${{ github.run_id }}

.github/workflows/pr-test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
# Download previous benchmark result from cache (if exists)
170170
- name: Download previous benchmark data
171-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
171+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
172172
with:
173173
path: ./cache
174174
key: ${{ runner.os }}-benchmark-${{ github.run_id }}

0 commit comments

Comments
 (0)