We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e789d5d commit 7f78953Copy full SHA for 7f78953
1 file changed
.github/workflows/hugo.yml
@@ -38,7 +38,7 @@ jobs:
38
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
39
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
40
- name: Checkout
41
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
42
with:
43
submodules: recursive
44
- name: Setup Pages
@@ -70,4 +70,4 @@ jobs:
70
steps:
71
- name: Deploy to GitHub Pages
72
id: deployment
73
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v5
0 commit comments