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.
2 parents 8ecda9e + 10834cb commit c8309b0Copy full SHA for c8309b0
2 files changed
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v7
18
19
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@v7
20
with:
21
python-version: "3.x"
22
.github/workflows/pythonpackage.yml
@@ -65,7 +65,7 @@ jobs:
65
fetch-depth: 0
66
67
- name: Set up Python ${{ matrix.python-version }}
68
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
69
70
python-version: ${{ matrix.python-version }}
71
allow-prereleases: ${{ matrix.experimental }}
0 commit comments