-
Bump typesafegithub/github-actions-typing from 2.2.1 to 2.2.2 (#753)
released this
2026-02-06 23:41:25 +08:00 | 122 commits to main since this releaseBumps
typesafegithub/github-actions-typing
from 2.2.1 to 2.2.2.Release notes
Sourced from typesafegithub/github-actions-typing's releases.
v2.2.2
What's Changed
- README: specify that whole action's API must be typed by
@krzema12in typesafegithub/github-actions-typing#444 - chore(deps): update dependency
io.github.typesafegithub:github-workflows-kt to v3.6.0 by
@renovate[bot] in typesafegithub/github-actions-typing#420 - fix(deps): update dependency
io.github.optimumcode:json-schema-validator to v0.5.3 by
@renovate[bot] in typesafegithub/github-actions-typing#425 - fix(deps): update dependency com.charleskorn.kaml:kaml to v0.104.0
by
@renovate[bot] in typesafegithub/github-actions-typing#431 - Remove embrace-io/android-emulator-runner action from tests by
@krzema12in typesafegithub/github-actions-typing#436 - fix(deps): update dependency io.kotest:kotest-bom to v6.0.7 by
@renovate[bot] in typesafegithub/github-actions-typing#435 - chore(deps): update actions/checkout action to v6 by
@renovate[bot] in typesafegithub/github-actions-typing#432 - chore(deps): update plugin io.kotest to v6.0.7 by
@renovate[bot] in typesafegithub/github-actions-typing#434 - Take version of actions/checkout in consistency check job from
classpath by
@krzema12in typesafegithub/github-actions-typing#438 - chore(deps): update plugin com.google.devtools.ksp to v2.3.4 by
@renovate[bot] in typesafegithub/github-actions-typing#439 - chore(deps): update plugin org.jetbrains.kotlin.multiplatform to
v2.3.0 by
@renovate[bot] in typesafegithub/github-actions-typing#441 - chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization
to v2.3.0 by
@renovate[bot] in typesafegithub/github-actions-typing#442 - chore(deps): update gradle to v9.3.0 by
@renovate[bot] in typesafegithub/github-actions-typing#450 - fix(deps): update dependency
org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2026.1.11 by
@renovate[bot] in typesafegithub/github-actions-typing#449
Full Changelog: https://github.com/typesafegithub/github-actions-typing/compare/v2.2.1...v2.2.2
Commits
9ddf35bUpdate dist27e4250fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-ca...47e18b3chore(deps): update gradle to v9.3.0 (#450)8a440c0fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-ca...4d28107fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-ca...d1e3c32Remove no longer existent reference to Unity-related actionc2a0d7afix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-ca...5926a64chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization to v2.3....868e59ffix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-ca...db9beb3chore(deps): update plugin org.jetbrains.kotlin.multiplatform to v2.3.0 (#441)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Downloads
- README: specify that whole action's API must be typed by