Skip to content

Commit

Permalink
ci: update github actions (#373)
Browse files Browse the repository at this point in the history
* ci: update actions/checkout to v4

* ci: update actions/setup-java to v4
  • Loading branch information
armujahid committed Feb 3, 2024
1 parent e8d9928 commit ceb14ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -17,10 +17,10 @@ jobs:
name: Java ${{ matrix.java }} ${{ matrix.jdk }}
steps:
- name: Checkout Source Code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.jdk }}
java-package: jdk
Expand Down

0 comments on commit ceb14ac

Please sign in to comment.