Skip to content

Commit 7b1d978

Browse files
authored
Merge pull request #149 from 12urenloop/fix/ci-bump-version
chore(ci): bump version number of ci actions
2 parents 03e10ad + c165adc commit 7b1d978

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919

2020
- name: Set up JDK 17
21-
uses: actions/setup-java@v1
21+
uses: actions/setup-java@v4
2222
with:
23+
distribution: "oracle"
2324
java-version: 17
2425

2526
- name: Cache Gradle packages
26-
uses: actions/cache@v1
27+
uses: actions/cache@v4
2728
with:
2829
path: ~/.gradle/caches
2930
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)