chore(deps): bump actions/checkout from 2 to 3 (#6753)

This commit is contained in:
dependabot[bot] 2022-03-07 22:33:24 +00:00 committed by GitHub
parent aefe5ecceb
commit 34508771cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:

View File

@ -4,7 +4,7 @@ jobs:
job: job:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: trilom/file-changes-action@v1.2.4 - uses: trilom/file-changes-action@v1.2.4
id: file_changes id: file_changes
with: with: