Skip to content

Commit 6bd197c

Browse files
committed
Bump Github action versions
1 parent cdcf9bb commit 6bd197c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@v2
14+
uses: actions/checkout@v3
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@v2
19+
uses: actions/checkout@v3
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@v2
25+
uses: actions/checkout@v3
2626
id: checkout
2727
with:
2828
fetch-depth: 0

.github/workflows/callable-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
-
2727
name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
id: checkout
3030
with:
3131
fetch-depth: 0

0 commit comments

Comments
 (0)