Skip to content

Commit

Permalink
yeesh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Jan 3, 2025
1 parent d1a90bd commit 581f2fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 1

- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.8

Expand Down Expand Up @@ -48,12 +48,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
with:
fetch-depth: 1

- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.8

Expand Down

0 comments on commit 581f2fc

Please sign in to comment.