Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-04 15:12:43 +00:00 committed by GitHub
parent d684d95193
commit 19c0db09f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up cargo cache
uses: actions/cache@v3
continue-on-error: false