Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/stale-8
Browse files Browse the repository at this point in the history
  • Loading branch information
saschoar authored Oct 24, 2023
2 parents eb095d9 + cffa592 commit 4a4f78b
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 4a4f78b

Please sign in to comment.