Skip to content

Commit 307b472

Browse files
chore: Synced local '.github/' with remote 'sync-files/android/.github/'
1 parent a3eec82 commit 307b472

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/release.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ jobs:
2626
uses: actions/checkout@v3
2727
with:
2828
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
29-
- name: Set up JDK 17
30-
uses: actions/setup-java@v4.1.0
31-
with:
32-
java-version: '17'
33-
distribution: 'temurin'
34-
- uses: gradle/wrapper-validation-action@v1.1.0
29+
- uses: gradle/wrapper-validation-action@v1.0.4
3530
- name: Create .gpg key
3631
run: |
3732
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
pull_request:
2424
branches-ignore: ['gh-pages']
2525
workflow_dispatch:
26-
workflow_call:
26+
workflow_call:
2727

2828
jobs:
2929
test:
@@ -35,10 +35,10 @@ jobs:
3535
uses: actions/checkout@v3
3636

3737
- name: Gradle Wrapper Validation
38-
uses: gradle/wrapper-validation-action@v1.1.0
38+
uses: gradle/wrapper-validation-action@v1.0.4
3939

4040
- name: Set up JDK 17
41-
uses: actions/setup-java@v4.1.0
41+
uses: actions/setup-java@v3
4242
with:
4343
java-version: '17'
4444
distribution: 'temurin'

0 commit comments

Comments
 (0)