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 771418e commit 61e99f5Copy full SHA for 61e99f5
docs/user-guide/migrating-to-Maven-based-bindings.md
@@ -6,7 +6,7 @@ Let's say you have the following workflow:
6
7
```kotlin
8
#!/usr/bin/env kotlin
9
-@file:DependsOn("io.github.typesafegithub:github-workflows-kt:<newest-version>")
+@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
10
11
import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
12
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3
0 commit comments