mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00
chore(deps): update actions/setup-node action to v4.4.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c7f318e525
commit
c4a1a7b03b
2 changed files with 2 additions and 2 deletions
2
.github/actions/setup-node/action.yml
vendored
2
.github/actions/setup-node/action.yml
vendored
|
@ -26,7 +26,7 @@ runs:
|
||||||
key: ${{ runner.os }}-yarn
|
key: ${{ runner.os }}-yarn
|
||||||
|
|
||||||
- name: Set up NodeJS
|
- name: Set up NodeJS
|
||||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.NODEJS_VERSION }}
|
node-version: ${{ inputs.NODEJS_VERSION }}
|
||||||
|
|
||||||
|
|
2
.github/workflows/docs-netlify-deploy.yml
vendored
2
.github/workflows/docs-netlify-deploy.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
uses: actions/checkout@v4.2.2 # v4.2.2
|
uses: actions/checkout@v4.2.2 # v4.2.2
|
||||||
|
|
||||||
- name: Set up NodeJS
|
- name: Set up NodeJS
|
||||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODEJS_VERSION }}
|
node-version: ${{ env.NODEJS_VERSION }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue