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 1969d4f commit 5b30976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0-beta
uses: actions/checkout@v4
with:
set-safe-directory: true
- name: Set up Python 3.11
uses: actions/setup-python@v5.0.0-beta
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
Expand Down

0 comments on commit 5b30976

Please sign in to comment.