Skip to content

Commit 60cbeed

Browse files
committed
ci: updated fingerprint tests to use omnetpp 6.1.0 and inet 4.5.4
1 parent 4d4f6a7 commit 60cbeed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/fingerprint-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,14 @@ jobs:
2929
with:
3030
repository: omnetpp/omnetpp
3131
path: omnetpp
32-
# Some (yet) unreleased changes after 6.0.3 are
33-
# needed for the fingerprints to match.
34-
ref: omnetpp-6.x
32+
ref: omnetpp-6.1.0
3533

3634
- name: Checking out INET
3735
uses: actions/checkout@v4
3836
with:
3937
repository: inet-framework/inet
4038
path: inet4.5
41-
ref: v4.5.2
39+
ref: v4.5.4
4240

4341
- name: Checking out Simu5G
4442
uses: actions/checkout@v4

0 commit comments

Comments
 (0)