Преглед изворни кода

Update actions/setup-node action to v6 (#32087)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] пре 2 месеци
родитељ
комит
798408fed6
3 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/read-size.yml
  3. 1 1
      .github/workflows/report-size.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -18,7 +18,7 @@ jobs:
       - name: Git checkout
       - name: Git checkout
         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
       - name: Install Node
       - name: Install Node
-        uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
+        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
         with:
         with:
           node-version: 22
           node-version: 22
           cache: 'npm'
           cache: 'npm'
@@ -52,7 +52,7 @@ jobs:
       - name: Git checkout
       - name: Git checkout
         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
       - name: Install Node
       - name: Install Node
-        uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
+        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
         with:
         with:
           node-version: 22
           node-version: 22
           cache: 'npm'
           cache: 'npm'

+ 1 - 1
.github/workflows/read-size.yml

@@ -22,7 +22,7 @@ jobs:
       - name: Git checkout
       - name: Git checkout
         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
       - name: Install Node
       - name: Install Node
-        uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
+        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
         with:
         with:
           node-version: 22
           node-version: 22
           cache: 'npm'
           cache: 'npm'

+ 1 - 1
.github/workflows/report-size.yml

@@ -58,7 +58,7 @@ jobs:
       - name: Git checkout
       - name: Git checkout
         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
       - name: Install Node
       - name: Install Node
-        uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
+        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
         with:
         with:
           node-version: 22
           node-version: 22
           cache: 'npm'
           cache: 'npm'

粤ICP备19079148号