Skip to content

Commit 2ebf000

Browse files
build(deps): bump actions/cache from 4.1.1 to 4.1.2 (#2204)
* build(deps): bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@3624ceb...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Add actions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lars Eggert <[email protected]>
1 parent 45ccfc3 commit 2ebf000

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/nss/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ runs:
111111
- name: Cache NSS
112112
id: cache
113113
if: env.USE_SYSTEM_NSS == '0' && runner.environment == 'github-hosted'
114-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
114+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
115115
with:
116116
path: dist
117117
key: nss-${{ runner.os }}-${{ inputs.type }}-${{ env.NSS_HEAD }}-${{ env.NSPR_HEAD }}

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Download cached main-branch results
7272
id: criterion-cache
73-
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
73+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
7474
with:
7575
path: ./target/criterion
7676
key: criterion-${{ runner.name }}-${{ github.sha }}
@@ -240,7 +240,7 @@ jobs:
240240
241241
- name: Cache main-branch results
242242
if: github.ref == 'refs/heads/main'
243-
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
243+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
244244
with:
245245
path: ./target/criterion
246246
key: criterion-${{ runner.name }}-${{ github.sha }}

0 commit comments

Comments
 (0)