chore(deps): update actions/checkout action to v4 (#176)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-06 06:33:06 +00:00 committed by GitHub
parent c99c27c45b
commit 5ca229e8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
image: ${{ matrix.container }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

View File

@ -22,7 +22,7 @@ jobs:
image: ${{ matrix.container }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

View File

@ -39,7 +39,7 @@ jobs:
image: "python:3.11"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache virtualenvironment
uses: actions/cache@v3