Skip to content

Commit d9065c0

Browse files
committed
chore(ci): update docs toolchain
1 parent fd0b68a commit d9065c0

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/page.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,28 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
env:
28-
HUGO_VERSION: 0.164.0
28+
HUGO_VERSION: 0.165.0
2929
steps:
3030
- name: Install Hugo CLI
3131
run: |
32-
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
33-
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
32+
wget -O "${{ runner.temp }}/hugo.deb" "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb" \
33+
&& sudo dpkg -i "${{ runner.temp }}/hugo.deb"
3434
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v7.0.1
3737
with:
3838
fetch-depth: 0
3939
submodules: recursive
4040

4141
- name: Setup Go
42-
uses: actions/setup-go@v5
42+
uses: actions/setup-go@v7.0.0
4343
with:
4444
go-version-file: go.mod
4545
cache: true
4646

4747
- name: Setup Pages
4848
id: pages
49-
uses: actions/configure-pages@v5
49+
uses: actions/configure-pages@v6.0.0
5050

5151
- name: Check site
5252
env:
@@ -67,7 +67,7 @@ jobs:
6767
--baseURL "${{ steps.pages.outputs.base_url }}/"
6868
6969
- name: Upload Pages artifact
70-
uses: actions/upload-pages-artifact@v3
70+
uses: actions/upload-pages-artifact@v5.0.0
7171
with:
7272
path: ./public
7373

@@ -81,4 +81,4 @@ jobs:
8181
steps:
8282
- name: Deploy to GitHub Pages
8383
id: deployment
84-
uses: actions/deploy-pages@v5
84+
uses: actions/deploy-pages@v5.0.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/pgsty/pig.pgsty.com
22

3-
go 1.27.0
3+
go 1.27.1
44

55
require github.com/pgsty/oink v1.0.0 // indirect

0 commit comments

Comments
 (0)