Skip to content

Commit 445f38f

Browse files
Update dependency io.github.typesafegithub:github-workflows-kt to v3.3.0 (#61)
* Update dependency io.github.typesafegithub:github-workflows-kt to v3.3.0 * Regenerate * Regenerate again --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzeminski <[email protected]>
1 parent 0aa95ee commit 445f38f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo.maven.apache.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
44
@file:DependsOn("it.krzeminski:snakeyaml-engine-kmp:3.1.1")
55
@file:DependsOn("io.github.optimumcode:json-schema-validator-jvm:0.5.1")
66

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: 'Check for all actions'
5252
env:
5353
GHWKT_GITHUB_CONTEXT_JSON: '${{ toJSON(github) }}'
54-
run: 'GHWKT_RUN_STEP=''validate_typings:step-1'' ''.github/workflows/test.main.kts'''
54+
run: 'GHWKT_RUN_STEP=''test.yaml:validate_typings:step-1'' ''.github/workflows/test.main.kts'''
5555
workflows_consistency_check:
5656
name: 'Run consistency check on all GitHub workflows'
5757
runs-on: 'ubuntu-latest'

.github/workflows/update-metadata.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
44
@file:DependsOn("it.krzeminski:snakeyaml-engine-kmp-jvm:3.1.1")
55
@file:DependsOn("org.eclipse.jgit:org.eclipse.jgit:7.2.0.202503040940-r")
66

.github/workflows/update-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: 'Run generation logic'
4343
env:
4444
GHWKT_GITHUB_CONTEXT_JSON: '${{ toJSON(github) }}'
45-
run: 'GHWKT_RUN_STEP=''generate:step-3'' ''.github/workflows/update-metadata.main.kts'''
45+
run: 'GHWKT_RUN_STEP=''update-metadata.yaml:generate:step-3'' ''.github/workflows/update-metadata.main.kts'''
4646
- id: 'step-4'
4747
name: 'Push new commit'
4848
run: 'git push'

0 commit comments

Comments
 (0)