Skip to content

Commit 7ea6df1

Browse files
committed
upgrade github actions
1 parent 3788947 commit 7ea6df1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-java@v4
1717
with:
18+
distribution: temurin
1819
java-version: 17
1920
- uses: gradle/actions/setup-gradle@v4
2021
- run: ./gradlew :plugin:build

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-java@v4
1414
with:
15+
distribution: temurin
1516
java-version: 17
1617
- run: |
1718
echo "version=${GITHUB_REF##*/}" >> gradle.properties
@@ -25,6 +26,7 @@ jobs:
2526
- uses: actions/checkout@v4
2627
- uses: actions/setup-java@v4
2728
with:
29+
distribution: temurin
2830
java-version: 17
2931
- run: |
3032
echo "version=${GITHUB_REF##*/}" >> gradle.properties

0 commit comments

Comments
 (0)