Skip to content

Commit

Permalink
chore(deps): update krzema12/github-actions-typing action to v1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2023
1 parent 35fb6c9 commit 5949d5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import it.krzeminski.githubactions.actions.actions.CheckoutV3
import it.krzeminski.githubactions.actions.gradle.GradleBuildActionV2
import it.krzeminski.githubactions.actions.krzema12.GithubActionsTypingV0
import it.krzeminski.githubactions.actions.krzema12.GithubActionsTypingV1
import it.krzeminski.githubactions.domain.RunnerType
import it.krzeminski.githubactions.domain.triggers.PullRequest
import it.krzeminski.githubactions.domain.triggers.Push
Expand Down Expand Up @@ -31,7 +31,7 @@ workflow(
runsOn = RunnerType.UbuntuLatest,
) {
uses(CheckoutV3())
uses(GithubActionsTypingV0())
uses(GithubActionsTypingV1())
}

job(
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- id: step-0
uses: actions/checkout@v3
- id: step-1
uses: krzema12/github-actions-typing@v0
uses: krzema12/github-actions-typing@v1
build_kotlin_scripts:
name: Build Kotlin scripts
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5949d5b

Please sign in to comment.