Skip to content

Commit f5caa67

Browse files
committedDec 12, 2024
also checkout
1 parent a64a3ed commit f5caa67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci-cosim-demo-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-java@v1
1414
with:
1515
java-version: '11'
@@ -47,7 +47,7 @@ jobs:
4747
CONAN_NON_INTERACTIVE: True
4848

4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v4
5151
- uses: actions/setup-python@v2
5252
with:
5353
python-version: '3.x'

0 commit comments

Comments
 (0)