[actions] update some actions deps

This commit is contained in:
Jordan Harband
2022-10-16 17:51:14 -07:00
parent fe6268c021
commit df84c77a81
6 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ jobs:
allowed-endpoints:
github.com:443
registry.npmjs.org:443
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# https://github.com/actions/checkout/issues/217#issue-599945005
# pulls all commits (needed for lerna / semantic release to correctly version)
@@ -25,9 +25,9 @@ jobs:
# pulls all tags (needed for lerna / semantic release to correctly version)
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16'
- run: npm install
- run: npm run doctoc
- name: commit changes