We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7933923 + d816440 commit b240b80Copy full SHA for b240b80
3 files changed
.github/workflows/labeler_workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v5
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Install dependencies
.github/workflows/pypipublish.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@master
- name: Set up Python 3.10
24
python-version: "3.10"
25
.github/workflows/python-ci.yml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: 0
30
31
32
33
34
35
0 commit comments