Sfoglia il codice sorgente

ci: upgrade gh actions checkout and setup-node to v4 (#8168)

fix: usage of `node12 which is deprecated`
Hamir Mahal 1 anno fa
parent
commit
f5221d521b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/test.yml

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

@@ -9,9 +9,9 @@ jobs:
   test:
   test:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: Setup Node.js 18.x
       - name: Setup Node.js 18.x
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v4
         with:
         with:
           node-version: 18.x
           node-version: 18.x
       - name: Install and test
       - name: Install and test