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 32d495c + 9a0c4d0 commit 0a2723dCopy full SHA for 0a2723d
.github/workflows/precommitVersionBumps.yml
@@ -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@v5
+ uses: actions/setup-node@v6
75
with:
76
node-version: "20.9.0"
77
.github/workflows/semanticVersionBump.yml
@@ -45,7 +45,7 @@ jobs:
45
python-version: "3.11"
46
47
48
49
50
51
0 commit comments