Skip to content

Commit

Permalink
fix: Change checkout action back to v3 from v5 which isn't released y…
Browse files Browse the repository at this point in the history
…et (#4147)

Signed-off-by: Jeremy Ary <jary@redhat.com>
  • Loading branch information
jeremyary authored Apr 25, 2024
1 parent c1579c7 commit 9523fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v3
- name: Setup Python
id: setup-python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 9523fff

Please sign in to comment.