From 37f7ccfff46dee8e2006f754886d7b04c9f92c8c Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 17 Oct 2022 16:05:30 +0100 Subject: [PATCH] CI: upgrade to checkout v3 --- .github/workflows/ci-darwin-arm64v8.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-darwin-arm64v8.yml b/.github/workflows/ci-darwin-arm64v8.yml index 5f12d2f04..3b0ba56c4 100644 --- a/.github/workflows/ci-darwin-arm64v8.yml +++ b/.github/workflows/ci-darwin-arm64v8.yml @@ -28,7 +28,7 @@ jobs: node-version: ${{ matrix.nodejs_version }} architecture: ${{ matrix.nodejs_arch }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install run: npm install --build-from-source --unsafe-perm - name: Test diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b10eda6f..beb1fbcaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: node-version: ${{ matrix.nodejs_version }} architecture: ${{ matrix.nodejs_arch }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Fix working directory ownership if: matrix.container run: chown root.root .