There was an error while loading. Please reload this page.
2 parents b0721d2 + d60cffa commit 1d7643fCopy full SHA for 1d7643f
1 file changed
.github/workflows/main.yml
@@ -41,11 +41,11 @@ jobs:
41
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
42
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
43
- name: Set Node.js
44
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
45
with:
46
node-version: ${{ env.NODE_VERSION }}
47
- name: Checkout
48
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
49
50
submodules: recursive
51
fetch-depth: 0
0 commit comments