mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-25 12:34:45 -04:00
ci: unpin actions
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
15f6e12bee
commit
5d16557616
2 changed files with 4 additions and 4 deletions
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
|
||||
|
||||
- name: Set up NodeJS
|
||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
|
||||
uses: actions/setup-node@v4.4.0 # v4.1.0
|
||||
with:
|
||||
node-version: ${{ env.NODEJS_VERSION }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue