Skip to content

Commit 4be88d8

Browse files
authored
Use v4 actions
1 parent c31805e commit 4be88d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
fail-fast: false
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4.1.7
19+
uses: actions/checkout@v4
2020
- name: 'Set up JDK ${{ matrix.java }}'
21-
uses: actions/setup-java@v4.3.0
21+
uses: actions/setup-java@v4
2222
with:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'
2525
- name: Cache Gradle
26-
uses: actions/cache@v4.0.2
26+
uses: actions/cache@v4
2727
with:
2828
path: ~/.gradle/caches
2929
key: >-

0 commit comments

Comments
 (0)