Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update to v4 of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Apr 6, 2024
1 parent 64dbddb commit 522092c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
matrix:
java: [ '17', '18', '19', '20', '21' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: zulu
Expand Down

0 comments on commit 522092c

Please sign in to comment.