From: Sepush Date: Tue, 2 Nov 2021 05:28:17 +0000 (+0800) Subject: ci: update checkout version (#4881) X-Git-Tag: v3.2.21~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4dd85884086156a59fe7e105728a63771046f7f3;p=thirdparty%2Fvuejs%2Fcore.git ci: update checkout version (#4881) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4d5340280..215943a396 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: env: CI_JOB_NUMBER: 1 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Install pnpm uses: pnpm/action-setup@v2.0.1