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 d167a19 + f8dd33d commit c568c6aCopy full SHA for c568c6a
3 files changed
.github/workflows/precommitVersionBumps.yml
@@ -49,7 +49,7 @@ jobs:
49
${{ runner.os }}-pip
50
51
- name: Set up Python
52
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
53
with:
54
python-version: "3.11"
55
.github/workflows/semanticVersionBump.yml
@@ -40,7 +40,7 @@ jobs:
40
${{ runner.os }}-node
41
42
- name: Set up Python 3.11
43
44
45
46
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v5
14
15
- name: Set up Python 3.x
16
17
18
19
0 commit comments