Skip to content

Commit 6306ba0

Browse files
Merge 5a189eb into 837a3cc
2 parents 837a3cc + 5a189eb commit 6306ba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/commitlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
commitlint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: 'actions/checkout@v3.1.0'
15+
- uses: 'actions/checkout@v3.5.3'
1616
with:
1717
fetch-depth: 0
1818
- uses: 'wagoid/commitlint-github-action@v5.3.0'

Diff for: .github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [10.x, 12.x, 14.x, 16.x]
1818

1919
steps:
20-
- uses: 'actions/checkout@v3.1.0'
20+
- uses: 'actions/checkout@v3.5.3'
2121

2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: 'actions/setup-node@v3.5.1'

Diff for: .github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish-npm:
1111
runs-on: 'ubuntu-latest'
1212
steps:
13-
- uses: 'actions/checkout@v3.1.0'
13+
- uses: 'actions/checkout@v3.5.3'
1414

1515
- uses: 'actions/setup-node@v3.5.1'
1616
with:

0 commit comments

Comments
 (0)