Skip to content

Commit e6a31ac

Browse files
build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#301)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@1e60f62...0a44ba7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0e288d commit e6a31ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
token: ${{ steps.generate-token.outputs.token }}
2424
- name: Fetch all git branches
2525
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
26-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # tag: v4.0.3
26+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # tag: v4.0.4
2727
with:
2828
node-version: lts/*
2929
- run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)