Skip to content

Commit c3014e8

Browse files
authored
chore(workflows): update CI workflow to use checkout v4
1 parent 04c1ffb commit c3014e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout branch
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-node@v3
20+
- name: Setup NodeJS
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: '18'
2424

@@ -31,4 +31,4 @@ jobs:
3131
- name: Karma
3232
run: npx gulp karma-ci
3333
env:
34-
CHROME_BIN: /usr/bin/google-chrome
34+
CHROME_BIN: /usr/bin/google-chrome

0 commit comments

Comments
 (0)