Skip to content

Commit

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

Bump inkapplications/.github from 1.1.2 to 1.2.0
  • Loading branch information
ReneeVandervelde authored Dec 22, 2024
2 parents 8d20671 + 1be60a2 commit 5200c40
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_requests.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
build:
needs: [tests]
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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
verify-docs:
runs-on: ubuntu-latest
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
name: Publish to Maven Central
needs: [tests, verify-docs]
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 }}
draft-release: false
Expand Down

0 comments on commit 5200c40

Please sign in to comment.