From 4b2077c5f51287c76ccde4fccfd827b8109357aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:21:39 +0000 Subject: [PATCH] Bump inkapplications/.github from 1.1.2 to 1.2.0 Bumps [inkapplications/.github](https://github.com/inkapplications/.github) from 1.1.2 to 1.2.0. - [Commits](https://github.com/inkapplications/.github/compare/1.1.2...1.2.0) --- updated-dependencies: - dependency-name: inkapplications/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/snapshots.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c59b9db..10c3694 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,4 +1,4 @@ on: [pull_request] jobs: tests: - uses: inkapplications/.github/.github/workflows/kmp-checks.yml@1.1.2 + uses: inkapplications/.github/.github/workflows/kmp-checks.yml@1.2.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df70bab..2eed204 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,12 +7,12 @@ env: jobs: tests: name: Test - uses: inkapplications/.github/.github/workflows/kmp-checks.yml@1.1.2 + uses: inkapplications/.github/.github/workflows/kmp-checks.yml@1.2.0 publish: name: Publish to Maven Central needs: tests secrets: inherit - uses: inkapplications/.github/.github/workflows/kmp-maven-publish.yml@1.1.2 + uses: inkapplications/.github/.github/workflows/kmp-maven-publish.yml@1.2.0 with: version: ${{ github.ref_name }} publish-android: true diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index 485245f..278dfec 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -4,4 +4,4 @@ on: branches: [master] jobs: tests: - uses: inkapplications/.github/.github/workflows/kmp-checks.yml@1.1.2 + uses: inkapplications/.github/.github/workflows/kmp-checks.yml@1.2.0