Skip to content

Commit 8464491

Browse files
committed
Upgrade checkout
1 parent 39795ea commit 8464491

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Use node ${{ matrix.node }}
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node }}
2323
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)