Skip to content

Commit

Permalink
Bump GH 'checkout' & 'setup-java' to v3
Browse files Browse the repository at this point in the history
* Delete unused TravisCI
  • Loading branch information
abelsromero committed Mar 18, 2023
1 parent 5e85965 commit 97ff650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on:
push:
branches:
- main
- 2.2.x
paths-ignore:
- README.adoc
- docs/**
pull_request:
branches:
- main
- 2.2.x
paths-ignore:
- README.adoc
- docs/**
Expand All @@ -30,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
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

0 comments on commit 97ff650

Please sign in to comment.