Skip to content

Commit

Permalink
updating setup python action version
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze authored Mar 29, 2023
1 parent 4a1782e commit 2dbbbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
#checkout the code, checkout@v3 means version 3 of the checkout command
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
#install all the dependencies specified in requirements.txt
Expand Down

0 comments on commit 2dbbbea

Please sign in to comment.