Skip to content

Commit 92ea58c

Browse files
committed
bump versions
1 parent f9e099c commit 92ea58c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/hugo.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
build:
2727
runs-on: ubuntu-latest
2828
env:
29-
HUGO_VERSION: 0.137.0
30-
THEME_VERSION: 1.6.1
29+
HUGO_VERSION: 0.151.2
30+
THEME_VERSION: 2.0.0
3131
THEME: hugo-geekdoc
3232
BASEDIR: docs
3333
THEMEDIR: ./themes
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Dart Sass Embedded
4040
run: sudo snap install dart-sass-embedded
4141
- name: Checkout
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v6
4343
- name: Install Node.js dependencies
4444
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
4545
- name: Create folder for template
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
hugo --gc --minify
5555
- name: Archive hugo artifacts
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: hugo-artifact
5959
path: ./public
@@ -70,7 +70,7 @@ jobs:
7070
name: hugo-artifact
7171
path: public
7272
- name: rsync deployments
73-
uses: burnett01/rsync-deployments@7.0.1
73+
uses: burnett01/rsync-deployments@8
7474
with:
7575
switches: -avzr --delete
7676
path: public/

0 commit comments

Comments
 (0)