We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8273fe4 commit a142a6bCopy full SHA for a142a6b
test/actionlint/actionlint-version.sh
@@ -10,7 +10,7 @@ source dev-container-features-test-lib
10
# Feature-specific tests
11
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
12
# check <LABEL> <cmd> [args...]
13
-check "version" bash -c "actionlint --version | grep 1.2.3"
+check "version" bash -c "actionlint --version | grep 1.6.20"
14
15
# Report result
16
# If any of the checks above exited with a non-zero exit code, the test will fail.
test/actionlint/scenarios.json
@@ -3,7 +3,7 @@
3
"image": "debian:latest",
4
"features": {
5
"actionlint": {
6
- "version": "1.2.3"
+ "version": "1.6.20"
7
}
8
9
},
0 commit comments