Skip to content

Commit

Permalink
CI version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrnt committed May 17, 2024
1 parent a77de1a commit 3f9eeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
needs: test-Django
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test-Django, coverage]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 3f9eeaf

Please sign in to comment.