Skip to content

Commit 02bf848

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents 5b9bcb1 + 39507ac commit 02bf848

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/publishing-your-site.md

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)