diff --git a/.github/workflows/native-image.yml b/.github/workflows/native-image.yml index 66e9f351..0d114127 100644 --- a/.github/workflows/native-image.yml +++ b/.github/workflows/native-image.yml @@ -25,7 +25,6 @@ jobs: runs-on: ${{ matrix.os }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GRAALVM_VERSION: 22.0.2 DTHK_PLATFORM: macos DTHK_ARCH: amd64 steps: @@ -36,7 +35,7 @@ jobs: submodules: 'true' - name: Cache deps - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-deps with: path: ~/.m2/repository @@ -48,7 +47,6 @@ jobs: with: java-version: '22' distribution: 'graalvm' - components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} - name: Install clojure tools