Skip to content

Commit fb898e5

Browse files
committed
run tests on node v18 + bump actions/checkout to v4
1 parent 715ab48 commit fb898e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cicd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout this repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- name: Checkout actions repository
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
repository: Exabyte-io/actions
2525
token: ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -36,14 +36,14 @@ jobs:
3636
if: github.repository != 'Exabyte-io/template-definitions'
3737
strategy:
3838
matrix:
39-
node-version: [12.x, 14.x, 16.x]
39+
node-version: [12.x, 14.x, 16.x, 18.x]
4040

4141
steps:
4242
- name: Checkout this repository
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444

4545
- name: Checkout actions repository
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v4
4747
with:
4848
repository: Exabyte-io/actions
4949
token: ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -61,10 +61,10 @@ jobs:
6161

6262
steps:
6363
- name: Checkout this repository
64-
uses: actions/checkout@v2
64+
uses: actions/checkout@v4
6565

6666
- name: Checkout actions repository
67-
uses: actions/checkout@v2
67+
uses: actions/checkout@v4
6868
with:
6969
repository: Exabyte-io/actions
7070
token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)