We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b236252 commit 69453e3Copy full SHA for 69453e3
.github/workflows/fortnightly.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
fetch-depth: 0
49
- name: Set up Python
50
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
51
52
python-version: ${{ matrix.python }}
53
- name: Install Python dependencies
.github/workflows/testing.yml
@@ -46,7 +46,7 @@ jobs:
46
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
python-version: 3.8
75
0 commit comments