Skip to content

Commit f4db98d

Browse files
fix: update dependent gh actions to node 20
Signed-off-by: Alex Regan <[email protected]>
1 parent 19b36c8 commit f4db98d

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
@@ -9,13 +9,13 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 1
1515
- name: Install Pre-requisites
1616
run: .github/scripts/ubuntu-init.sh
1717
- name: Setup Node
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: '20.x'
2121
- name: install

0 commit comments

Comments
 (0)