We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fc86e commit 959ec18Copy full SHA for 959ec18
.github/workflows/build.yml
@@ -5,6 +5,6 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout the code
8
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
9
- name: Run Tests
10
run: ./gradlew check --stacktrace
.github/workflows/release.yml
@@ -13,6 +13,6 @@ jobs:
13
14
15
16
17
- name: Publish Release
18
run: ./gradlew publishReleasePublicationToSonatypeRepository --stacktrace
0 commit comments