1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-08 22:31:30 +01:00

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

This commit is contained in:
dependabot[bot] 2021-05-13 13:35:37 +02:00 committed by GitHub
parent 4dc145fe75
commit 98e7987b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,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

@ -17,7 +17,7 @@ jobs:
language: ['javascript']
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v2.3.4'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@v1'

View File

@ -14,7 +14,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'