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 56a813a + 8402986 commit 27b671aCopy full SHA for 27b671a
2 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
@@ -71,7 +71,7 @@ jobs:
71
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
72
73
- name: Setup Node.js environment
74
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
75
76
node-version: "20.9.0"
77
.github/workflows/semanticVersionBump.yml
@@ -40,12 +40,12 @@ jobs:
40
${{ runner.os }}-node
41
42
- name: Set up Python 3.11
43
44
45
46
47
48
0 commit comments