Skip to content

Commit

Permalink
Bump action versions (#177)
Browse files Browse the repository at this point in the history
they're deprecated
  • Loading branch information
Kyle-Verhoog committed Feb 17, 2024
1 parent e225b60 commit 07b485b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: pip install .[testing]
Expand All @@ -25,9 +25,8 @@ jobs:
python-version: ["3.8", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: install deps
Expand Down

0 comments on commit 07b485b

Please sign in to comment.