actions/checkout@v3 => actions/checkout@v4

This commit is contained in:
Raymond Hill 2024-03-11 19:31:17 -04:00 committed by GitHub
parent 633135745f
commit 7c14b3963e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Clone uAssets