ci(GHA): use actions/checkout@v4

This commit is contained in:
Oskar Stark
2025-03-22 20:30:18 +01:00
parent a997d2cbdd
commit f70b5bbfad
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- -
name: Cleanup Flex testing endpoint name: Cleanup Flex testing endpoint
@@ -16,7 +16,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
id: checkout id: checkout
with: with:
fetch-depth: 0 fetch-depth: 0
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
id: checkout id: checkout
with: with:
fetch-depth: 0 fetch-depth: 0