Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2024-11-01 15:41:59 +00:00 committed by GitHub
parent edc38a1230
commit ba0e7d1c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Init

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Init
uses: ./.github/actions/init
- name: Cache