File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments