CI: upgrade to checkout v3

This commit is contained in:
Lovell Fuller 2022-10-17 16:05:30 +01:00
parent 51811d06e2
commit 37f7ccfff4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 .