Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Nov 13, 2024
1 parent faa935f commit 9b77e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
os: [macos-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v5.0.0-beta.0.0
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install python
uses: actions/setup-python@v5.0.0-beta
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install python dependencies
Expand Down Expand Up @@ -62,11 +62,11 @@ jobs:
os: [macos-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v5.0.0-beta.0.0
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install python
uses: actions/setup-python@v5.0.0-beta
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install ruby
Expand Down

0 comments on commit 9b77e8f

Please sign in to comment.