Skip to content

Commit

Permalink
Update to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Feb 5, 2024
1 parent 27a6157 commit 94651d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
name: Compile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Remove 'pom.xml' otherwise Sonar will fail forcing to use Maven
- name: Remove pom.xml
run: rm -f pom.xml
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ant-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
name: Compile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Remove 'pom.xml' otherwise Sonar will fail forcing to use Maven
- name: Remove pom.xml
run: rm -f pom.xml
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down

0 comments on commit 94651d2

Please sign in to comment.