From 568782ca976c5bd947f7cf4898972d97f5da9905 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 1 Apr 2023 04:30:18 +0800 Subject: CI: update remaining outdated dependencies Ref: 63a5e3dcfc5e ("CI: update dependencies") Signed-off-by: Tianling Shen --- .github/workflows/formal.yml | 2 +- .github/workflows/jsdoc.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 25609174e8..b3f824c524 100644 --- a/.github/workflows/formal.yml +++ b/.github/workflows/formal.yml @@ -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 diff --git a/.github/workflows/jsdoc.yml b/.github/workflows/jsdoc.yml index b67956ad18..254e3e6c38 100644 --- a/.github/workflows/jsdoc.yml +++ b/.github/workflows/jsdoc.yml @@ -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/ -- cgit v1.2.3