Skip to content

Commit 9408874

Browse files
authored
Update main.yml (#679)
1 parent ed5457a commit 9408874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout repo
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
- name: Setup pnpm
5757
uses: pnpm/action-setup@v2
5858
with:
5959
version: 9.0
6060

6161
- name: Use Node.js ${{ matrix.node-version }}
62-
uses: actions/setup-node@v3
62+
uses: actions/setup-node@v4
6363
with:
6464
node-version: ${{ matrix.node-version }}
6565
cache: 'pnpm'

0 commit comments

Comments
 (0)