We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a22a8 commit 636caaaCopy full SHA for 636caaa
2 files changed
.github/actions/build-docs/action.yml
@@ -9,7 +9,7 @@ runs:
9
steps:
10
- name: Checkout
11
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
12
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
13
with:
14
node-version: 22
15
- name: Npm cli install
.github/workflows/cicd-3-deploy.yaml
@@ -102,7 +102,7 @@ jobs:
102
run: |
103
gh release download ${{steps.get-asset-version.outputs.release_version}} -p jekyll-docs-*.tar --output artifact.tar
104
105
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
106
107
name: jekyll-docs-${{steps.get-asset-version.outputs.release_version}}
108
path: artifact.tar
0 commit comments