Skip to content

Commit f5a85f7

Browse files
committed
ci: bump actions to v3
1 parent cafab7f commit f5a85f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
lint-node:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v1
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-node@v3
1111
with:
1212
node-version: 12
1313
- name: Cache module
14-
uses: actions/cache@v2
14+
uses: actions/cache@v3
1515
with:
1616
path: ~/.npm/
1717
key: npm-cache

0 commit comments

Comments
 (0)