Bump actions/checkout from 3.1.0 to 3.2.0 (#25267)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-13 08:36:49 +01:00 committed by GitHub
parent c29edab6a4
commit 676e6ba264
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@v3.1.0
uses: actions/checkout@v3.2.0
- name: Setting up Node.js
uses: actions/setup-node@v3.5.1
with:
@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Setting up Node.js
uses: actions/setup-node@v3.5.1
with: