File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
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
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
Original file line number Diff line number Diff line change 11module github.com/pgsty/pig.pgsty.com
22
3- go 1.27.0
3+ go 1.27.1
44
55require github.com/pgsty/oink v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments