Skip to content

Commit

Permalink
ci: whack a mole to new versions of Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 12, 2024
1 parent f104662 commit 43299d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/abcl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
run: echo "JDK_VERSION=${{ matrix.jdk }}" >> $GITHUB_ENV

- name: Clone ABCL
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Java base for Ant
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 8
java-version: '11'
distribution: 'temurin'

- name: Install jenv
run: bash -x ./ci/install-jenv.bash
Expand Down

0 comments on commit 43299d8

Please sign in to comment.