Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin
@file:Repository("file://~/.m2/repository/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:action-updates-checker:3.7.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:4.0.0-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:action-updates-checker:4.0.0-SNAPSHOT")
@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v6")
@file:DependsOn("actions:github-script:v9")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.typesafegithub"
version = "3.7.1-SNAPSHOT"
version = "4.0.0-SNAPSHOT"

nexusPublishing {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ internal fun WorkflowBuilder.consistencyCheckJob(
val checkoutActionVersion =
when (consistencyCheckJobConfig.checkoutActionVersion) {
CheckoutActionVersionSource.BundledWithLibrary -> {
"v4"
"v6"
}

is CheckoutActionVersionSource.Given -> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class IntegrationTest :
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v6'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/some_workflow.yaml'' && ''.github/workflows/some_workflow.main.kts'''
Expand Down Expand Up @@ -282,7 +282,7 @@ class IntegrationTest :
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v6'
- id: 'step-1'
name: 'Execute script'
continue-on-error: true
Expand Down Expand Up @@ -722,7 +722,7 @@ class IntegrationTest :
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v6'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/some_workflow.yaml'' && ''.github/workflows/some_workflow.main.kts'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class GettingStartedSnippets :
#!/usr/bin/env kotlin

@file:Repository("https://repo.maven.apache.org/maven2/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:4.0.0-SNAPSHOT")
@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v4")

Expand Down
2 changes: 1 addition & 1 deletion images/teaser-with-newest-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading