فهرست منبع

[ci] Bump checkout and setup-node actions from v3 to v4 (#3825)

Harsh Gupta 1 سال پیش
والد
کامیت
b2d29788c7
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .github/workflows/cleanup-cache.yml
  2. 2 2
      .github/workflows/commitflow-frontend.yml

+ 1 - 1
.github/workflows/cleanup-cache.yml

@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         
       - name: Cleanup
         run: |

+ 2 - 2
.github/workflows/commitflow-frontend.yml

@@ -13,10 +13,10 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
     - name: Checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     - name: Caching npm with setup node
-      uses: actions/setup-node@v3
+      uses: actions/setup-node@v4
       with:
         node-version: 20
         cache: 'npm'