CI: Upgrade actions/checkout to v4

This commit is contained in:
Mykola Grymalyuk
2024-03-31 15:22:49 -06:00
parent 31e4d8d3f1
commit dd425d2c1e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
with:
node-version: '12'
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: '0'
persist-credentials: false