Skip to content

Commit

Permalink
(chore) O3-3551: Use latest Actions in GH Actions (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Jayasanka Weerasinghe <[email protected]>
  • Loading branch information
Yasindu Dissanayake and jayasanka-sack authored Jul 24, 2024
1 parent eabf0d7 commit 1f88e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
java-version: [8, 11, 17]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
Expand Down

0 comments on commit 1f88e18

Please sign in to comment.