Skip to content

Commit

Permalink
Bump Ghidra to 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fmagin committed Feb 6, 2025
1 parent a91774e commit 76f4b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: 1.21
- uses: er28-0652/setup-ghidra@master
with:
version: "11.2.1"
version: "11.3"

- name: Build Extension
working-directory: ./GhidraJupyterKotlin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: 1.21
- uses: er28-0652/setup-ghidra@master
with:
version: "11.2.1"
version: "11.3"

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

0 comments on commit 76f4b00

Please sign in to comment.