Skip to content

Commit 00bdd65

Browse files
chore(deps): update dependency it.krzeminski:github-actions-kotlin-dsl to v0.34.1 (#75)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzeminski <[email protected]>
1 parent 0ccacb5 commit 00bdd65

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/build.main.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.33.0")
2+
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.34.1")
33

44
import it.krzeminski.githubactions.actions.actions.CheckoutV3
55
import it.krzeminski.githubactions.actions.gradle.GradleBuildActionV2

.github/workflows/build.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,16 @@ jobs:
1616
name: Check out
1717
uses: actions/checkout@v3
1818
- id: step-1
19+
name: Set up Java in proper version
20+
uses: actions/setup-java@v3
21+
with:
22+
java-version: 17
23+
distribution: zulu
24+
cache: gradle
25+
- id: step-2
1926
name: Execute script
2027
run: rm '.github/workflows/build.yaml' && '.github/workflows/build.main.kts'
21-
- id: step-2
28+
- id: step-3
2229
name: Consistency check
2330
run: git diff --exit-code '.github/workflows/build.yaml'
2431
build:

0 commit comments

Comments
 (0)