Skip to content

Commit

Permalink
Merge pull request #1322 from nsoranzo/update_actions
Browse files Browse the repository at this point in the history
Update GitHub action versions
  • Loading branch information
nsoranzo committed Nov 21, 2022
2 parents b5e4a0b + 09fedf4 commit 649adc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
fetch-depth: 1
submodules: true
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Test psql
Expand All @@ -76,7 +76,7 @@ jobs:
with:
fetch-depth: 1
submodules: true
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Install dependencies
Expand Down

0 comments on commit 649adc6

Please sign in to comment.