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 5f8d7ec + 9181f58 commit 124c4b1Copy full SHA for 124c4b1
.github/workflows/precommitVersionBumps.yml
@@ -72,7 +72,7 @@ jobs:
72
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
73
74
- name: Setup Node.js environment
75
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
76
with:
77
node-version: "20.9.0"
78
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
persist-credentials: false
33
token: ${{ secrets.PAT }}
34
35
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
36
37
node-version: "latest"
38
- run: npm install
.github/workflows/semanticVersionBump.yml
@@ -43,7 +43,7 @@ jobs:
43
python-version: "3.13"
44
45
46
47
48
49
0 commit comments