Skip to content

Commit

Permalink
Bump GH actions checkout and setup-java to v3 (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Mar 18, 2023
1 parent 31acf36 commit 1b58db1
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Build / Infrastructure::
* Bump netty-codec-http to v4.1.90.Final (fix several CVEs)
* Delete unused TravisCI configuration (#622)
* Bump Maven build plugins (#623)
* Bump GH 'checkout' and 'setup-java' to v3 (#624)

Documentation::

Expand Down

0 comments on commit 1b58db1

Please sign in to comment.