Skip to content

Commit b9e9dab

Browse files
committed
chore: Try fix publish workflow
1 parent 99ca73d commit b9e9dab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111
- name: Setup Node.js
12-
uses: actions/setup-node@v2
12+
uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
1515
cache: 'yarn'

0 commit comments

Comments
 (0)