Skip to content

Commit

Permalink
Update actions/setup-python to v4
Browse files Browse the repository at this point in the history
Old version keeps throwing us annotations about the deprecation of
Node.js 12 (why does this action care about Node anyway?)
  • Loading branch information
lunkwill42 committed Jan 4, 2023
1 parent 8765c42 commit 58bdbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-tox-${{ matrix.python-version }}-
- name: "Set up Python ${{ matrix.python-version }}"
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 58bdbf4

Please sign in to comment.