Skip to content

Commit

Permalink
[releng] Update actions used in the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Jan 14, 2025
1 parent 8ad185c commit 80655c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setup Java SDK
uses: actions/setup-java@v4
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
distribution: temurin
java-version: 17

- name: Maven
run: ./mvnw clean verify -f org.eclipse.sirius.emfjson/pom.xml
- name: Build with Maven
run: ./mvnw clean verify

- name: Deploy
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 80655c5

Please sign in to comment.