Use latest actions/checkout

This commit is contained in:
Edward Firmo
2024-02-23 12:10:19 +01:00
parent 158a28befc
commit 384e7d4c29
8 changed files with 29 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4.1.0
uses: actions/checkout@main
with:
fetch-depth: '0'
@@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4.1.0
uses: actions/checkout@main
with:
fetch-depth: '0'