Skip to content

Commit 52d9ace

Browse files
authored
Merge pull request #1393 from OskarStark/feature/ci
ci(GHA): use `actions/checkout@v4`
2 parents 818ed5a + f70b5bb commit 52d9ace

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/callable-flex-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
-
1717
name: Cleanup Flex testing endpoint

.github/workflows/callable-flex-update-archived.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
-
1818
name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
id: checkout
2121
with:
2222
fetch-depth: 0

.github/workflows/callable-flex-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
-
2424
name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
id: checkout
2727
with:
2828
fetch-depth: 0

0 commit comments

Comments
 (0)