Skip to content

Commit

Permalink
chore(deps): update dependency it.krzeminski:github-actions-kotlin-ds…
Browse files Browse the repository at this point in the history
…l to v0.34.1 (#75)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Piotr Krzeminski <[email protected]>
  • Loading branch information
renovate[bot] and krzema12 authored Jan 4, 2023
1 parent 0ccacb5 commit 00bdd65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env kotlin
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.33.0")
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.34.1")

import it.krzeminski.githubactions.actions.actions.CheckoutV3
import it.krzeminski.githubactions.actions.gradle.GradleBuildActionV2
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,16 @@ jobs:
name: Check out
uses: actions/checkout@v3
- id: step-1
name: Set up Java in proper version
uses: actions/setup-java@v3
with:
java-version: 17
distribution: zulu
cache: gradle
- id: step-2
name: Execute script
run: rm '.github/workflows/build.yaml' && '.github/workflows/build.main.kts'
- id: step-2
- id: step-3
name: Consistency check
run: git diff --exit-code '.github/workflows/build.yaml'
build:
Expand Down

0 comments on commit 00bdd65

Please sign in to comment.