Skip to content

Commit 39507ac

Browse files
authored
Merge pull request #6720 from uschmidt83/patch-1
Update GitHub Actions workflow
2 parents 5417afc + dcb23d9 commit 39507ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/publishing-your-site.md

Lines changed: 4 additions & 4 deletions
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)