build(deps): bump actions/checkout from 3 to 4 (#2379)

This commit is contained in:
dependabot[bot] 2023-09-11 07:29:29 -05:00 committed by GitHub
parent b494124a2d
commit c4d8972a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# for build-files step
fetch-depth: 0

View File

@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# for build-files step
fetch-depth: 0