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 5d2940c + 4946744 commit 34d487aCopy full SHA for 34d487a
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
27
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
28
with:
29
python-version: "3.11"
30
cache: pip
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
33
python-version: ${{ matrix.python-version }}
34
0 commit comments