Bump actions/checkout from 2.3.4 to 2.3.5 (#19831)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-18 09:34:29 +02:00 committed by GitHub
parent 004ec09ffd
commit 6518b0205d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Setting up Node.js
uses: actions/setup-node@v2.4.1
with:
@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Setting up Node.js
uses: actions/setup-node@v2.4.1
with: