Skip to content

Commit 8413d2a

Browse files
author
updatecli
committed
chore: deps(github): bump Action tag for actions/checkout from v4 to ...
... v6.0.1 Made with ❤️️ by updatecli
1 parent 09b4333 commit 8413d2a

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

.github/workflows/test.yaml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,36 @@
11
---
22
name: Test
3-
43
on:
54
merge_group:
65
branches:
76
- v2
87
workflow_dispatch:
98
pull_request:
10-
119
jobs:
1210
# unit tests
1311
units:
1412
name: Test Javascript
1513
runs-on: ubuntu-latest
1614
steps:
17-
- uses: actions/checkout@v4
18-
19-
- name: Set Node.js 20.x
20-
uses: actions/[email protected]
21-
with:
22-
node-version: 20
23-
cache: npm
24-
25-
- name: Install Dependencies
26-
run: npm ci
27-
28-
- name: Run Lint Test
29-
run: npm run lint
30-
31-
- name: Run tests
32-
run: npm test
33-
15+
- uses: actions/[email protected]
16+
- name: Set Node.js 20.x
17+
uses: actions/[email protected]
18+
with:
19+
node-version: 20
20+
cache: npm
21+
- name: Install Dependencies
22+
run: npm ci
23+
- name: Run Lint Test
24+
run: npm run lint
25+
- name: Run tests
26+
run: npm test
3427
e2e:
3528
name: Test Updatecli Github Action
3629
runs-on: ubuntu-latest
3730
steps:
3831
- name: Git Checkout
3932
uses: actions/checkout@v4
40-
4133
- name: Install Updatecli
4234
uses: ./
43-
4435
- name: Test local action without install-only
4536
run: updatecli diff --config testdata/updatecli.d/test.yaml

0 commit comments

Comments
 (0)