瀏覽代碼

build(deps): bump actions/setup-node from 4 to 5 (#2496)

dependabot[bot] 1 周之前
父節點
當前提交
bcd3d6bffa

+ 2 - 2
.github/workflows/insider-linux.yml

@@ -102,7 +102,7 @@ jobs:
           platform: x64
           platform: x64
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
@@ -328,7 +328,7 @@ jobs:
         if: env.DISABLED != 'yes'
         if: env.DISABLED != 'yes'
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
         if: env.DISABLED != 'yes'
         if: env.DISABLED != 'yes'

+ 1 - 1
.github/workflows/insider-macos.yml

@@ -60,7 +60,7 @@ jobs:
         run: . get_pr.sh
         run: . get_pr.sh
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
 
 

+ 1 - 1
.github/workflows/insider-spearhead.yml

@@ -39,7 +39,7 @@ jobs:
           ref: insider
           ref: insider
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
 
 

+ 2 - 2
.github/workflows/insider-windows.yml

@@ -100,7 +100,7 @@ jobs:
           platform: x64
           platform: x64
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
@@ -181,7 +181,7 @@ jobs:
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'

+ 2 - 2
.github/workflows/stable-linux.yml

@@ -103,7 +103,7 @@ jobs:
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
@@ -329,7 +329,7 @@ jobs:
         if: env.DISABLED != 'yes'
         if: env.DISABLED != 'yes'
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
         if: env.DISABLED != 'yes'
         if: env.DISABLED != 'yes'

+ 1 - 1
.github/workflows/stable-macos.yml

@@ -59,7 +59,7 @@ jobs:
         run: . get_pr.sh
         run: . get_pr.sh
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
 
 

+ 1 - 1
.github/workflows/stable-spearhead.yml

@@ -34,7 +34,7 @@ jobs:
       - uses: actions/checkout@v5
       - uses: actions/checkout@v5
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
 
 

+ 2 - 2
.github/workflows/stable-windows.yml

@@ -99,7 +99,7 @@ jobs:
           platform: x64
           platform: x64
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
@@ -180,7 +180,7 @@ jobs:
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
 
 
       - name: Setup Node.js environment
       - name: Setup Node.js environment
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version-file: '.nvmrc'
           node-version-file: '.nvmrc'
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'