Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.jetbrains.kotlin-kot…
Browse files Browse the repository at this point in the history
…lin-gradle-plugin-1.9.10
  • Loading branch information
saschoar authored Oct 24, 2023
2 parents 2f5d1d7 + cffa592 commit 96d0a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Tests
run: ./gradlew check --stacktrace
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Tests
run: ./gradlew publish --stacktrace

0 comments on commit 96d0a28

Please sign in to comment.