Skip to content

Commit 9523fff

Browse files
authored
fix: Change checkout action back to v3 from v5 which isn't released yet (#4147)
Signed-off-by: Jeremy Ary <jary@redhat.com>
1 parent c1579c7 commit 9523fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
--health-timeout 5s
8282
--health-retries 5
8383
steps:
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v3
8585
- name: Setup Python
8686
id: setup-python
8787
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)