Skip to content

Commit

Permalink
⬆️ update gh actions stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Sep 25, 2024
1 parent 89fe4e5 commit 01be594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}

Expand Down

0 comments on commit 01be594

Please sign in to comment.