We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0bc88 commit dea8aa2Copy full SHA for dea8aa2
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Setup Python
24
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
25
with:
26
python-version: "3.9"
27
.github/workflows/run_tests.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v3
30
31
- name: Set up Python 3.9
32
33
34
python-version: 3.9
35
0 commit comments