We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2023ac0 commit d8265f3Copy full SHA for d8265f3
2 files changed
.github/workflows/hugo-build-pr-check.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Setup Pages
54
id: pages
55
- uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
+ uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
56
57
- name: Install Node.js dependencies
58
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
.github/workflows/hugo-site-build.yml
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments