Skip to content

Commit

Permalink
Update CI actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbertolini committed Jul 7, 2024
1 parent 382918e commit 5c18fec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: build
run-name: CI build

on:
push:
Expand All @@ -18,22 +17,22 @@ jobs:
jdk-version: [11, 17]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.jdk-version }}
distribution: 'temurin'

- uses: actions/cache@v3
- uses: actions/cache@v4
id: ant-lib-cache
name: Ant Library Cache
with:
path: "~/.ant/lib/"
key: ant-lib-cache-v1-jdk-${{ matrix.jdk-version }}-${{ hashFiles('.github/scripts/init-ant.sh') }}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: ivy-lib-cache
name: Ivy Dependency Cache
with:
Expand Down

0 comments on commit 5c18fec

Please sign in to comment.