Skip to content

Commit

Permalink
Update Ghidra version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmagin committed Jan 1, 2025
1 parent c893790 commit a91774e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.17
- name: Set up JDK 1.21
uses: actions/setup-java@v1
with:
java-version: 1.17
java-version: 1.21
- uses: er28-0652/setup-ghidra@master
with:
version: "11.1.2"
version: "11.2.1"

- name: Build Extension
working-directory: ./GhidraJupyterKotlin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.17
- name: Set up JDK 1.21
uses: actions/setup-java@v1
with:
java-version: 1.17
java-version: 1.21
- uses: er28-0652/setup-ghidra@master
with:
version: "11.1.2"
version: "11.2.1"

- name: Build with Gradle
working-directory: ./GhidraJupyterKotlin
Expand Down

0 comments on commit a91774e

Please sign in to comment.