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.
2 parents a3002d3 + f68e6de commit 7cfc9b7Copy full SHA for 7cfc9b7
2 files changed
.github/workflows/gradle.yml
@@ -15,7 +15,7 @@ jobs:
15
build:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
19
- name: Set up JDK 11
20
uses: actions/setup-java@v1
21
with:
.github/workflows/jitpack_build.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
- - uses: actions/checkout@v2
13
- name: Trigger Build in JitPack
14
run: |
echo "Triggering JitPack build"
0 commit comments