Skip to content

Commit e924a4f

Browse files
authored
ci: use major versions of github actions (#30)
1 parent e996205 commit e924a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- ubuntu-latest
2323
- windows-latest
2424
steps:
25-
- uses: actions/checkout@v2.4.0
25+
- uses: actions/checkout@v2
2626
- name: Use Node.js
27-
uses: actions/setup-node@v2.5.1
27+
uses: actions/setup-node@v2
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
- name: Install Dependencies

0 commit comments

Comments
 (0)