Skip to content

Commit

Permalink
chore(ci): Use latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Apr 12, 2024
1 parent c46748c commit 98f744e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '**'
pull_request:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,8 +15,8 @@ jobs:
java: [ '8', '11', '17', '21' ]
name: Java ${{ matrix.Java }}
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin
Expand Down

0 comments on commit 98f744e

Please sign in to comment.