File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
36
36
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
37
37
- name : Checkout
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
- name : Setup Pages
40
40
id : pages
41
41
uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 15
15
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
16
16
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
- name : Setup Pages
20
20
id : pages
21
21
uses : actions/configure-pages@v5
You can’t perform that action at this time.
0 commit comments