CI: bump actions/checkout action to v3
[openwrt/openwrt.git] / .github / workflows / tools.yml
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'