CI: bump actions/checkout action to v3
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 12 Oct 2022 13:24:11 +0000 (15:24 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 12 Oct 2022 14:47:46 +0000 (16:47 +0200)
Bump actions/checkout action to v3 on every workflow to mute node
deprecation warning.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/formal.yml
.github/workflows/kernel.yml
.github/workflows/tools.yml

index 8df31d1751f4ca7ba20df268b2211572e3a9c3b4..8083c5832ca4d4750d7d6ae3b5392777a1b137a4 100644 (file)
@@ -14,7 +14,7 @@ jobs:
       fail-fast: false
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
index 25d6d265ebd0526dfbb9496e8a0aaeb10af0b38f..f29b18d91072532764bc07a8383ca666bdfa7b63 100644 (file)
@@ -28,7 +28,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Set lower case owner name
         id: lower_owner
@@ -83,30 +83,30 @@ jobs:
 
     steps:
       - name: Checkout master directory
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           path: openwrt
 
       - name: Checkout packages feed
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           repository: openwrt/packages
           path: openwrt/feeds/packages
 
       - name: Checkout luci feed
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           repository: openwrt/luci
           path: openwrt/feeds/luci
 
       - name: Checkout routing feed
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           repository: openwrt/routing
           path: openwrt/feeds/routing
 
       - name: Checkout telephony feed
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           repository: openwrt/telephony
           path: openwrt/feeds/telephony
index f48361536362c32a6a6c383c7b36fe6def607c30..2661782f427fba9fcd07830db730e0b4efd48c45 100644 (file)
@@ -20,7 +20,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           path: openwrt
 
@@ -102,7 +102,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           path: 'openwrt'
 
@@ -175,7 +175,7 @@ jobs:
           echo "OWNER_LC=${OWNER,,}" >> "$GITHUB_ENV"
 
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           path: 'openwrt'