File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ contents:
39
39
run: |
40
40
git config user.name github-actions[bot]
41
41
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
42
- - uses: actions/setup-python@v4
42
+ - uses: actions/setup-python@v5
43
43
with:
44
44
python-version: 3.x
45
45
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV # (3)!
46
- - uses: actions/cache@v3
46
+ - uses: actions/cache@v4
47
47
with:
48
48
key: mkdocs-material-${{ env.cache_id }}
49
49
path: .cache
@@ -98,11 +98,11 @@ contents:
98
98
run: |
99
99
git config user.name github-actions[bot]
100
100
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
101
- - uses: actions/setup-python@v4
101
+ - uses: actions/setup-python@v5
102
102
with:
103
103
python-version: 3.x
104
104
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
105
- - uses: actions/cache@v3
105
+ - uses: actions/cache@v4
106
106
with:
107
107
key: mkdocs-material-${{ env.cache_id }}
108
108
path: .cache
You can’t perform that action at this time.
0 commit comments