Skip to content

Commit

Permalink
Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Mar 29, 2024
1 parent 18dec9a commit a348dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # https://github.com/actions/checkout
- uses: actions/setup-java@v3 # https://github.com/actions/setup-java
- uses: actions/checkout@v4 # https://github.com/actions/checkout
- uses: actions/setup-java@v4 # https://github.com/actions/setup-java
with:
cache: maven
distribution: temurin
Expand Down

0 comments on commit a348dd8

Please sign in to comment.