Skip to content

Commit a142a6b

Browse files
Test an old but not too old version
1 parent 8273fe4 commit a142a6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/actionlint/actionlint-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source dev-container-features-test-lib
1010
# Feature-specific tests
1111
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
1212
# check <LABEL> <cmd> [args...]
13-
check "version" bash -c "actionlint --version | grep 1.2.3"
13+
check "version" bash -c "actionlint --version | grep 1.6.20"
1414

1515
# Report result
1616
# If any of the checks above exited with a non-zero exit code, the test will fail.

test/actionlint/scenarios.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"image": "debian:latest",
44
"features": {
55
"actionlint": {
6-
"version": "1.2.3"
6+
"version": "1.6.20"
77
}
88
}
99
},

0 commit comments

Comments
 (0)