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 1e76a48 + 441d403 commit cbf39bfCopy full SHA for cbf39bf
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
27
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
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@v4
+ uses: actions/setup-python@v5
32
33
python-version: ${{ matrix.python-version }}
34
0 commit comments