Skip to content

Commit

Permalink
[Oztechan/Global#12] Update actions/setup-java action to v4.1.0
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Feb 28, 2024
1 parent cdbc5ca commit 5f37038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
gpg -d --passphrase "${{ secrets.SECRET_PASSWORD }}" --batch agconnect-services.json.asc > android/app/src/release/agconnect-services.json
- name: Set up JDK 17
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: 'temurin'
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
gpg -d --passphrase "${{ secrets.SECRET_PASSWORD }}" --batch Release.xcconfig.asc > ios/CCC/Resources/Release/Config.xcconfig
- name: Set up JDK 17
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: 'temurin'
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
submodules: 'recursive'

- name: Set up JDK 17
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: 'temurin'
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
submodules: 'recursive'

- name: Set up JDK 17
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
gpg -d --passphrase "${{ secrets.SECRET_PASSWORD }}" --batch agconnect-services.json.asc > android/app/src/release/agconnect-services.json
- name: Set up JDK 17
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: 'temurin'
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: 'temurin'
Expand Down

0 comments on commit 5f37038

Please sign in to comment.