Skip to content

Commit 37f7ccf

Browse files
committed
CI: upgrade to checkout v3
1 parent 51811d0 commit 37f7ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-darwin-arm64v8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.nodejs_version }}
2929
architecture: ${{ matrix.nodejs_arch }}
3030
- name: Checkout
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
- name: Install
3333
run: npm install --build-from-source --unsafe-perm
3434
- name: Test

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
node-version: ${{ matrix.nodejs_version }}
8686
architecture: ${{ matrix.nodejs_arch }}
8787
- name: Checkout
88-
uses: actions/checkout@v2
88+
uses: actions/checkout@v3
8989
- name: Fix working directory ownership
9090
if: matrix.container
9191
run: chown root.root .

0 commit comments

Comments
 (0)