File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
77
77
# weekly cache updates
78
78
- run : echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
79
- - uses : actions/cache@v4.2.4
79
+ - uses : actions/cache@v4.3.0
80
80
with :
81
81
# weekly cache
82
82
key : mkdocs-material-${{ env.cache_id }}
Original file line number Diff line number Diff line change 41
41
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
42
42
# weekly cache updates
43
43
- run : echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
44
- - uses : actions/cache@v4.2.4
44
+ - uses : actions/cache@v4.3.0
45
45
with :
46
46
key : mkdocs-material-${{ env.cache_id }}
47
47
path : .cache
You can’t perform that action at this time.
0 commit comments