Skip to content

Commit 61e99f5

Browse files
authored
docs: fix example version in bindings server migration guide
Newest version is now a version without bundled bindings so this code wouldn't work.
1 parent 771418e commit 61e99f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/migrating-to-Maven-based-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Let's say you have the following workflow:
66

77
```kotlin
88
#!/usr/bin/env kotlin
9-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:<newest-version>")
9+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
1010

1111
import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
1212
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3

0 commit comments

Comments
 (0)