Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Change checkout action back to v3 from v5 which isn't released yet
Signed-off-by: Jeremy Ary <jary@redhat.com>
  • Loading branch information
jeremyary committed Apr 25, 2024
commit 290a08f5406a86d0b32f5a5762e3769156823f50
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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a couple dozen of em, probably need to get them all at once. Can we fix tests with this PR and I'll open another to update the whole lot from 3 --> 4?

- name: Setup Python
id: setup-python
uses: actions/setup-python@v3
Expand Down