Skip to content

Commit 3c678a9

Browse files
committed
ci: bump actions to v3
1 parent 516a54e commit 3c678a9

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
@@ -22,8 +22,8 @@ jobs:
2222
lint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v2
26-
- uses: actions/setup-node@v2
25+
- uses: actions/checkout@v3
26+
- uses: actions/setup-node@v3
2727
with:
2828
cache: npm
2929
- run: npm ci

0 commit comments

Comments
 (0)