Skip to content

Commit

Permalink
.github/actions/test-pushed.yml: update actions/setup-python to @v4
Browse files Browse the repository at this point in the history
(Closes: #34) (hopefully for real this time)
  • Loading branch information
tripleee committed Nov 16, 2022
1 parent 6e884ae commit bbde0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pushed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
Expand Down

0 comments on commit bbde0e0

Please sign in to comment.