Skip to content

Commit b5cd5e8

Browse files
committed
update actions
1 parent 9ad52ca commit b5cd5e8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- name: Checkout repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
- name: Checkout submodules
2929
run: git submodule update --init --recursive --remote
3030

3131
- name: Setup Hugo
32-
uses: peaceiris/actions-hugo@v2
32+
uses: peaceiris/actions-hugo@v3
3333
with:
3434
hugo-version: 'latest'
3535
extended: true
@@ -60,7 +60,7 @@ jobs:
6060
run: hugo --gc --minify --cleanDestinationDir
6161

6262
- name: Deploy
63-
uses: peaceiris/actions-gh-pages@v3
63+
uses: peaceiris/actions-gh-pages@v4
6464
with:
6565
github_token: ${{ secrets.TOKEN }}
6666
publish_branch: master

layouts/robots.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)