Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from MahanRahmati/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-java-3.11.0

Bump actions/setup-java from 3.10.0 to 3.11.0
  • Loading branch information
MahanRahmati authored Mar 27, 2023
2 parents c6c217d + faa26ea commit 38b77bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_draft_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev
- name: Install Android dependencies
if: matrix.target == 'Android'
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: "zulu"
java-version: "12.x"
Expand Down

0 comments on commit 38b77bd

Please sign in to comment.