Skip to content

Commit

Permalink
Bump actions/cache GitHub actions hash (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen authored Mar 4, 2025
1 parent cbb3a57 commit efe9804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
with:
python-version: 3.10.13
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
Expand All @@ -141,7 +141,7 @@ jobs:
with:
python-version: 3.10.13
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
key: docs-bot-${{ env.cache_id }}
path: .cache
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
with:
python-version: 3.10.13
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
key: showcase-${{ env.cache_id }}
path: .cache
Expand Down

0 comments on commit efe9804

Please sign in to comment.