Skip to content

Commit

Permalink
chore(ci): update checkout & setup-python versions
Browse files Browse the repository at this point in the history
These were triggering warnings due to using an outdated version of Node.js
internally
  • Loading branch information
Restioson committed Oct 22, 2024
1 parent f5131e6 commit e2cff41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e2cff41

Please sign in to comment.