Update `actions/checkout` to v4

This commit is contained in:
Marco Massarelli 2024-01-29 19:58:14 -05:00 committed by GitHub
parent 39bdb7d6a8
commit 6882c0c08a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
name: Generate name: Generate
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
submodules: true submodules: true
- name: Docker Cache - name: Docker Cache