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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-07 13:52:25 -07:00
committed by GitHub
parent 53dc3779e0
commit 7b8ea4cefa
16 changed files with 20 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ jobs:
image: tonistiigi/binfmt:latest
platforms: all
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run API tests
uses: nick-fields/retry@v2