We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820d719 commit bee7981Copy full SHA for bee7981
2 files changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- name: Set up Python
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
with:
17
python-version: "3.x"
18
- name: Install dependencies
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
- name: Set up Python ${{ matrix.python-version }}
33
34
35
python-version: ${{ matrix.python-version }}
36
0 commit comments