Skip to content

Commit 3116cc8

Browse files
chore(deps): bump actions/cache in /.github/actions/nss
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2825031 commit 3116cc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/nss/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ runs:
110110
- name: Restore NSS cache
111111
id: cache
112112
if: ${{ !steps.system_nss.outputs.suitable }}
113-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
113+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
114114
with:
115115
path: dist
116116
key: nss-${{ inputs.target || runner.os }}${{ steps.ubuntu_release.outputs.codename }}-${{ runner.arch }}-${{ steps.nss.outputs.version }}-${{ steps.nspr.outputs.version }}
@@ -245,7 +245,7 @@ runs:
245245
246246
- name: Save NSS cache
247247
if: ${{ steps.check_build.outputs.build_nss && github.event_name != 'pull_request' }}
248-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
248+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
249249
with:
250250
path: dist
251251
key: nss-${{ inputs.target || runner.os }}${{ steps.ubuntu_release.outputs.codename }}-${{ runner.arch }}-${{ steps.nss.outputs.version }}-${{ steps.nspr.outputs.version }}

0 commit comments

Comments
 (0)