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 .