Skip to content

Commit

Permalink
Merge pull request #90 from InkApplications/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/inkapplications/dot-github-1.2.0

Bump inkapplications/.github from 1.1.2 to 1.2.0
  • Loading branch information
ReneeVandervelde authored Jan 5, 2025
2 parents 8efbcec + f826dfb commit 566933a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pushes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
publish-site:
name: Publish Site
needs: [tests]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
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-maven:
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

0 comments on commit 566933a

Please sign in to comment.