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 b71ca4e commit e891fa5Copy full SHA for e891fa5
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
check-gradle:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- name: 'Set up JDK'
17
uses: actions/setup-java@v4
18
with:
@@ -31,7 +31,7 @@ jobs:
31
check-maven:
32
33
34
35
- name: Cache local Maven repository
36
uses: actions/cache@v4
37
@@ -50,7 +50,7 @@ jobs:
50
check-ant:
51
52
53
54
- name: Cache Ivy download cache
55
56
0 commit comments