Skip to content

Commit

Permalink
CI: upgrade to checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Oct 17, 2022
1 parent 51811d0 commit 37f7ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-darwin-arm64v8.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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 .
Expand Down

0 comments on commit 37f7ccf

Please sign in to comment.