We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3e937 commit 6b0a983Copy full SHA for 6b0a983
.github/workflows/build-status.yml
@@ -287,7 +287,7 @@ jobs:
287
echo "date=$(/bin/date -u "+%Y%m")" >> $GITHUB_OUTPUT
288
shell: bash
289
- name: Cache for Optimized assets
290
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
291
with:
292
path: website/static/img/_
293
key: optimized-assets-${{steps.get-date.outputs.date}}-${{hashFiles('.all-contributorsrc')}}-${{hashFiles('website/prebuild/optimize-images.mjs')}}
0 commit comments