Skip to content

Commit

Permalink
Also actions
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 24, 2025
1 parent b149287 commit 06eb672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/nss/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runs:
- name: Cache NSS
id: cache
if: ${{ !steps.nss.outputs.use_system_nss && runner.environment == 'github-hosted' }}
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
with:
path: dist
key: nss-${{ runner.os }}-${{ runner.arch }}-${{ inputs.type }}-${{ steps.heads.outputs.nss_head }}-${{ steps.heads.outputs.NSPR_HEAD }}
Expand Down

0 comments on commit 06eb672

Please sign in to comment.