upgrade actions/checkout@v3 to actions/checkout@v4 (#5381)

This commit is contained in:
Daniel
2023-10-18 15:10:46 +05:30
committed by GitHub
parent 0f8b26cd86
commit 10e018ca66
6 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false