From 1c06aaf2a3e1a65a64dcc5b6f4b718a79f978baa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 13:09:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ce54145d..08c428b9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -64,7 +64,7 @@ jobs: name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.docker }}-${{ matrix.node }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache node_modules uses: actions/cache@v2 @@ -152,7 +152,7 @@ jobs: # node: 15 # arch: arm64 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache node_modules uses: actions/cache@v2 @@ -197,7 +197,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0