We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abd7ed commit 0bc0590Copy full SHA for 0bc0590
.github/workflows/main.yml
@@ -12,9 +12,9 @@ jobs:
12
env:
13
ORG_GRADLE_PROJECT_branch: ${{ github.head_ref || github.ref_name }}
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
16
17
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
18
with:
19
distribution: temurin
20
java-version: |
@@ -24,11 +24,11 @@ jobs:
24
21
25
26
# Can't use setup-java for this because https://github.com/actions/setup-java/issues/366
27
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
28
29
path: ~/.gradle/wrapper
30
key: gradle-wrapper-${{ hashFiles('**/gradle-wrapper.properties') }}
31
32
33
path: |
34
~/.gradle/caches
0 commit comments