From 23465aafdd01a27cf058204809946726683be84d Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Thu, 20 Apr 2023 17:25:24 +0300 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ca1656..ae24d60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,10 @@ jobs: GHIDRA_SHA256: daf4d85ec1a8ca55bf766e97ec43a14b519cbd1060168e4ec45d429d23c31c38 GHIDRA_INSTALL_DIR: /home/runner/ghidra steps: - - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 + - uses: actions/checkout@v3 + - uses: actions/setup-java@v3 with: + distribution: 'temurin' java-version: '17' - name: Install Ghidra run: .github/scripts/install_ghidra.sh