Skip to content

Commit 2f85855

Browse files
committed
upgrade github workflow to use v4
1 parent a22f35a commit 2f85855

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nexss.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
node-version: [14.x, 16.x]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626

2727
- name: Install dependencies
2828
run: npm install
2929

30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v4
3131
id: restore-build
3232
with:
3333
path: ./*

0 commit comments

Comments
 (0)