0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update actions/setup-node action to v3

This commit is contained in:
Renovate Bot 2022-02-25 09:13:29 +00:00 committed by Daniel Lockyer
parent 8e48991e7d
commit d87a8f1a6e
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: true submodules: true
- uses: actions/setup-node@v2 - uses: actions/setup-node@v3
env: env:
FORCE_COLOR: 0 FORCE_COLOR: 0
with: with:

View file

@ -16,7 +16,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: true submodules: true
- uses: actions/setup-node@v2 - uses: actions/setup-node@v3
env: env:
FORCE_COLOR: 0 FORCE_COLOR: 0
with: with: