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 02b5c74 commit ddacb01Copy full SHA for ddacb01
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
22
- uses: coursier/cache-action@v6
23
- name: Set up JDK 1.8
24
uses: actions/setup-java@v1
@@ -36,7 +36,7 @@ jobs:
36
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')}}
37
38
39
40
41
42
0 commit comments