Skip to content

Commit

Permalink
Bump gh actions checkout and setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Mar 18, 2023
1 parent 31acf36 commit 4a0d0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 4a0d0b3

Please sign in to comment.