Skip to content

Commit 8a155b9

Browse files
authored
Merge pull request #23 from openfga/fix/ci-gradle-action
fix(ci): fix gradle action
2 parents b0ca690 + 3850107 commit 8a155b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* @openfga/dx
1+
* @openfga/dx @openfga/contractors-ides
22
README.md @openfga/product @openfga/community @openfga/dx

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: Setup Java 17
22+
- name: Setup Java
2323
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2424
with:
2525
java-version: 17
2626
distribution: 'temurin'
2727

2828
- name: Setup Gradle
29-
uses: gradle/actions/setup-gradle@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff # v3.3.2
29+
uses: gradle/actions/setup-gradle@d9336dac04dea2507a617466bc058a3def92b18b # v3.4.0
3030
with:
3131
gradle-home-cache-cleanup: true
3232

0 commit comments

Comments
 (0)