We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e728c9a + df0b030 commit 5e496bdCopy full SHA for 5e496bd
2 files changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
22
name: Install Python
23
24
python-version: "3.11"
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
steps:
25
- uses: actions/checkout@v5
26
- name: Set up Python ${{ matrix.python-version }}
27
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
28
29
python-version: ${{ matrix.python-version }}
30
cache: "pip"
0 commit comments