Skip to content

Commit

Permalink
Update test.yaml to use setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato committed Mar 29, 2024
1 parent f33092b commit 14aa693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit 14aa693

Please sign in to comment.