We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c45287 commit f5ff090Copy full SHA for f5ff090
1 file changed
.github/workflows/tests.yml
@@ -35,9 +35,9 @@ jobs:
35
python-version: ${{ fromJSON(needs.configure.outputs.python_versions) }}
36
37
steps:
38
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
39
- name: Set up Python ${{ matrix.python-version }}
40
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
41
with:
42
python-version: ${{ matrix.python-version }}
43
- name: Install dependencies
0 commit comments