aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/docs.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-01 15:19:34 +0200
committerGitHub <[email protected]>2022-03-01 15:19:34 +0200
commit5051bbb82df37da51a4f833dc6de692f9e5df701 (patch)
tree252c9c0bbea3a4c6999b169f2fe4ec8bd1ae0624 /.github/workflows/docs.yml
parentb7b376cec1b2ac3c6caafb771000a96820773893 (diff)
downloadbootstrap-5051bbb82df37da51a4f833dc6de692f9e5df701.tar.xz
bootstrap-5051bbb82df37da51a4f833dc6de692f9e5df701.zip
Bump actions/setup-node from 2 to 3 (#35925)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/docs.yml')
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index d06105061..ec4378459 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up Node.js
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: npm