2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-12 22:00:11 +02:00

build(deps): bump actions/checkout from 2 to 2.3.4 (#109)

This commit is contained in:
dependabot[bot] 2021-05-12 16:41:03 +02:00 committed by GitHub
parent 927f021941
commit a14e6e5ab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
if: ${{ (github.event_name == 'push') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved' && (github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'MEMBER' || github.event.review.author_association == 'OWNER') && !github.event.pull_request.draft && github.event.pull_request.state == 'open') }}
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v2.3.4'
with:
fetch-depth: 0
- uses: 'wagoid/commitlint-github-action@v3.1.3'

View File

@ -17,7 +17,7 @@ jobs:
matrix:
node-version: [14.x]
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v2.3.4'
- name: Use Node.js ${{ matrix.node-version }}
uses: 'actions/setup-node@v2.1.5'

View File

@ -10,7 +10,7 @@ jobs:
publish-npm:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v2.3.4'
- name: Use Node.js ${{ matrix.node-version }}
uses: 'actions/setup-node@v2.1.5'