Skip to content

Commit

Permalink
Merge pull request #201 from jolicode/github-action
Browse files Browse the repository at this point in the history
github action
  • Loading branch information
lyrixx authored Dec 26, 2022
2 parents e35f9b2 + 10ce209 commit b72318a
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 @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v2
uses: actions/checkout@v3
-
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
-
Expand All @@ -33,12 +33,12 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v2
uses: actions/checkout@v3

# Setup

-
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.9'
-
Expand Down

0 comments on commit b72318a

Please sign in to comment.