Skip to content

Commit

Permalink
chore: update checkout action and use @node-core/utils (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Sep 25, 2023
1 parent 4d3c871 commit 7bd3de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone node-v8
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: node-v8
token: ${{ secrets.CANARY_UPDATE }}
Expand All @@ -23,7 +23,7 @@ jobs:
node-version: lts/*

- name: Install dependencies
run: npm install -g node-core-utils@latest
run: npm install -g @node-core/utils

- name: Cache V8 clone
uses: actions/cache@v3
Expand Down

0 comments on commit 7bd3de8

Please sign in to comment.