Skip to content

Commit ffeffe6

Browse files
committed
Fixed checkout actions; updated to v4
1 parent 3ce7271 commit ffeffe6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ jobs:
1616
matrix:
1717
node-version: [18.x, 20.x, 21.x]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- name: Check out repeater
20+
uses: actions/checkout@v4
2021
- name: Check out ACE_TAO
21-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2223
with:
2324
repository: DOCGroup/ACE_TAO
2425
path: ACE_TAO
2526
- name: Check out OpenDDS
26-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2728
with:
2829
repository: OpenDDS/OpenDDS
2930
path: OpenDDS
30-
- uses: actions/checkout@v3
3131
- name: Use Node.js ${{ matrix.node-version }}
32-
uses: actions/setup-node@v3
32+
uses: actions/setup-node@v4
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
cache: 'npm'

0 commit comments

Comments
 (0)