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 3c11f8e commit 0245e65Copy full SHA for 0245e65
.github/workflows/macos_test.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- name: Install Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
.github/workflows/ubuntu_test.yml
@@ -17,7 +17,7 @@ jobs:
23
0 commit comments