Skip to content

Commit efe9804

Browse files
authored
Bump actions/cache GitHub actions hash (#1224)
1 parent cbb3a57 commit efe9804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
python-version: 3.10.13
122122
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
123-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
123+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
124124
with:
125125
key: mkdocs-material-${{ env.cache_id }}
126126
path: .cache
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
python-version: 3.10.13
143143
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
144-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
144+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
145145
with:
146146
key: docs-bot-${{ env.cache_id }}
147147
path: .cache
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
python-version: 3.10.13
172172
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
173-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
173+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
174174
with:
175175
key: showcase-${{ env.cache_id }}
176176
path: .cache

0 commit comments

Comments
 (0)