We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0e2d1 commit 22ff1f1Copy full SHA for 22ff1f1
.github/workflows/push.yml
@@ -56,7 +56,7 @@ jobs:
56
go-version: 1.24.x
57
58
- name: Setup Node
59
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
60
with:
61
node-version: 22.x
62
.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
110
uses: pulumi/action-install-pulumi-cli@v2.0.0
111
112
113
114
115
node-version: ${{matrix.nodeversion}}
116
registry-url: ${{env.NPM_REGISTRY_URL}}
0 commit comments