We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac466a4 commit 543df8aCopy full SHA for 543df8a
.github/workflows/build-release.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Set up Python
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
with:
30
python-version: ${{ matrix.python-version }}
31
cache: pip
@@ -70,7 +70,7 @@ jobs:
70
node-version: 22
71
72
- name: Setup Python
73
74
75
python-version: '3.10'
76
0 commit comments