Skip to content

Commit 9b2f974

Browse files
authored
test: remove explicit InferFromClasspath from e2e tests and ignore YAML for Renovate (#2372)
It's the default value in 4.0.0.
1 parent 3e21a4e commit 9b2f974

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/end-to-end-tests.main.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import io.github.typesafegithub.workflows.dsl.JobBuilder
3030
import io.github.typesafegithub.workflows.dsl.expressions.Contexts
3131
import io.github.typesafegithub.workflows.dsl.expressions.expr
3232
import io.github.typesafegithub.workflows.dsl.workflow
33-
import io.github.typesafegithub.workflows.yaml.CheckoutActionVersionSource
3433
import io.github.typesafegithub.workflows.yaml.DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG
3534
import io.github.typesafegithub.workflows.updates.reportAvailableUpdates
3635
import java.time.Instant
@@ -55,7 +54,6 @@ workflow(
5554
env = mapOf(
5655
"GITHUB_TOKEN" to expr("secrets.GITHUB_TOKEN")
5756
),
58-
checkoutActionVersion = CheckoutActionVersionSource.InferFromClasspath(),
5957
additionalSteps = {
6058
publishToMavenLocal()
6159
uses(
@@ -318,7 +316,6 @@ workflow(
318316
),
319317
consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG.copy(
320318
useLocalBindingsServerAsFallback = true,
321-
checkoutActionVersion = CheckoutActionVersionSource.InferFromClasspath(),
322319
additionalSteps = {
323320
publishToMavenLocal()
324321
uses(

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"automerge": true,
77
"ignorePaths": [
88
".github/workflows/end-to-end-tests.yaml",
9-
".github/workflows/end-to-end-tests.main.kts"
9+
".github/workflows/end-to-end-tests.main.kts",
10+
".github/workflows/end-to-end-tests-2nd-workflow.yaml",
1011
],
1112
"packageRules": [
1213
{

0 commit comments

Comments
 (0)