Skip to content

Commit 7bd3de8

Browse files
authored
chore: update checkout action and use @node-core/utils (#267)
1 parent 4d3c871 commit 7bd3de8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone node-v8
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
path: node-v8
1818
token: ${{ secrets.CANARY_UPDATE }}
@@ -23,7 +23,7 @@ jobs:
2323
node-version: lts/*
2424

2525
- name: Install dependencies
26-
run: npm install -g node-core-utils@latest
26+
run: npm install -g @node-core/utils
2727

2828
- name: Cache V8 clone
2929
uses: actions/cache@v3

0 commit comments

Comments
 (0)