Skip to content

Commit

Permalink
Use actions/checkout@v3 to workaround node20 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Mar 12, 2024
1 parent 14be0ad commit 5d66df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
runs-on: ubuntu-latest
container: registry.access.redhat.com/rhel7/rhel
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: "Install Python"
run: dnf install python3 python3-pip
Expand Down

0 comments on commit 5d66df1

Please sign in to comment.