Skip to content

Commit 52a6791

Browse files
authored
chore: bump actions version (doocs#2446)
1 parent 2f2bd41 commit 52a6791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
git config user.name github-actions[bot]
2929
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3030
31-
- uses: actions/setup-python@v4
31+
- uses: actions/setup-python@v5
3232
with:
3333
python-version: 3.x
3434

3535
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
key: mkdocs-material-${{ env.cache_id }}
4040
path: .cache
@@ -54,7 +54,7 @@ jobs:
5454
mkdocs build -f mkdocs-en.yml
5555
5656
- name: Deploy
57-
uses: peaceiris/actions-gh-pages@v3
57+
uses: peaceiris/actions-gh-pages@main
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
publish_dir: ./site

0 commit comments

Comments
 (0)