We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e288d commit e6a31acCopy full SHA for e6a31ac
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
token: ${{ steps.generate-token.outputs.token }}
24
- name: Fetch all git branches
25
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
26
- - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # tag: v4.0.3
+ - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # tag: v4.0.4
27
with:
28
node-version: lts/*
29
- run: yarn --frozen-lockfile
0 commit comments