diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index d06f0c753fa..10dfe2ce8bb 100644 --- a/.github/workflows/build-status.yml +++ b/.github/workflows/build-status.yml @@ -309,7 +309,7 @@ jobs: echo "date=$(/bin/date -u "+%Y%m")" >> $GITHUB_OUTPUT shell: bash - name: Cache for Optimized assets - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: website/static/img/_ key: optimized-assets-${{steps.get-date.outputs.date}}-${{hashFiles('.all-contributorsrc')}}-${{hashFiles('website/prebuild/optimize-images.mjs')}}