Skip to content

Commit f8125bd

Browse files
authored
chore(ci): update github action packages (#31)
1 parent a042c20 commit f8125bd

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
@@ -16,9 +16,9 @@ jobs:
1616
os: [windows-latest, macOS-latest]
1717

1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node_version }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node_version }}
2424
- name: Install Dependencies

0 commit comments

Comments
 (0)