Skip to content

Commit 4d0e571

Browse files
Fix replace error
1 parent 5f97e52 commit 4d0e571

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
node-version: ${{ env.NODE_VERSION }}
135135
cache: yarn
136136
- name: Install GraalVM
137-
uses: actions/setup-graalvm@e140024fdc2d95d3c7e10a636887a91090d29990 # 1.4.0
137+
uses: graalvm/setup-graalvm@e140024fdc2d95d3c7e10a636887a91090d29990 # 1.4.0
138138
with:
139139
java-version: 24
140140
distribution: 'graalvm-community'
@@ -194,7 +194,7 @@ jobs:
194194
node-version: ${{ env.NODE_VERSION }}
195195
cache: yarn
196196
- name: Setup GraalVM
197-
uses: actions/setup-graalvm@e140024fdc2d95d3c7e10a636887a91090d29990 # 1.4.0
197+
uses: graalvm/setup-graalvm@e140024fdc2d95d3c7e10a636887a91090d29990 # 1.4.0
198198
with:
199199
java-version: 24
200200
distribution: 'graalvm-community'
@@ -251,7 +251,7 @@ jobs:
251251
node-version: ${{ env.NODE_VERSION }}
252252
cache: yarn
253253
- name: Setup GraalVM
254-
uses: actions/setup-graalvm@e140024fdc2d95d3c7e10a636887a91090d29990 # 1.4.0
254+
uses: graalvm/setup-graalvm@e140024fdc2d95d3c7e10a636887a91090d29990 # 1.4.0
255255
with:
256256
java-version: 24
257257
distribution: 'graalvm-community'
@@ -308,7 +308,7 @@ jobs:
308308
node-version: ${{ env.NODE_VERSION }}
309309
cache: yarn
310310
- name: Setup GraalVM
311-
uses: actions/setup-graalvm@e140024fdc2d95d3c7e10a636887a91090d29990 # 1.4.0
311+
uses: graalvm/setup-graalvm@e140024fdc2d95d3c7e10a636887a91090d29990 # 1.4.0
312312
with:
313313
java-version: 24
314314
distribution: 'graalvm-community'

0 commit comments

Comments
 (0)