CI: update remaining outdated dependencies 6325/head
authorTianling Shen <cnsztl@immortalwrt.org>
Fri, 31 Mar 2023 20:30:18 +0000 (04:30 +0800)
committerTianling Shen <cnsztl@immortalwrt.org>
Fri, 31 Mar 2023 20:31:08 +0000 (04:31 +0800)
Ref: 63a5e3dcfc5e ("CI: update dependencies")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
.github/workflows/formal.yml
.github/workflows/jsdoc.yml

index 25609174e8ae6f9dee01640924d2ae26be440d83..b3f824c524c4d3e619c7634f8d62cfd1a071edcc 100644 (file)
@@ -11,7 +11,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 b67956ad1885525cfcdcc044da3079fb0f32d7da..254e3e6c38b46a953c63439fed121db1c978e32e 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Install
         run: npm install
@@ -20,7 +20,7 @@ jobs:
         run: npm run doc
 
       - name: Archive docs as artifact
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v3
         with:
           name: docs
           path: ./docs/