Skip to content

Commit f3b2bf1

Browse files
cclaussisaacs
authored andcommitted
Upgrade GitHub Actions
PR-URL: #289 Credit: @cclauss Close: #289 Reviewed-by: @isaacs
1 parent 81c631e commit f3b2bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- name: Checkout Repository
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Use Nodejs ${{ matrix.node-version }}
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v4
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434

0 commit comments

Comments
 (0)