Skip to content

Commit

Permalink
Merge pull request #80 from ChimeraOS/actions-upgrades
Browse files Browse the repository at this point in the history
fix actions warnings by upgrading to latest versions
  • Loading branch information
alkazar authored Apr 16, 2024
2 parents 1f0e7ad + d850298 commit 3239f4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3239f4c

Please sign in to comment.