File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ contents:
3939 run: |
4040 git config user.name github-actions[bot]
4141 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
42- - uses: actions/setup-python@v4
42+ - uses: actions/setup-python@v5
4343 with:
4444 python-version: 3.x
4545 - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV # (3)!
46- - uses: actions/cache@v3
46+ - uses: actions/cache@v4
4747 with:
4848 key: mkdocs-material-${{ env.cache_id }}
4949 path: .cache
@@ -98,11 +98,11 @@ contents:
9898 run: |
9999 git config user.name github-actions[bot]
100100 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
101- - uses: actions/setup-python@v4
101+ - uses: actions/setup-python@v5
102102 with:
103103 python-version: 3.x
104104 - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
105- - uses: actions/cache@v3
105+ - uses: actions/cache@v4
106106 with:
107107 key: mkdocs-material-${{ env.cache_id }}
108108 path: .cache
You can’t perform that action at this time.
0 commit comments