Skip to content

Commit

Permalink
[ACS-8676] bump GH actions to the latest version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
aonych authored Sep 24, 2024
1 parent 2bfc3f8 commit 0bc53ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
name: "pre-commit"
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.35.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v7.0.0

tests:
name: "Tests"
runs-on: ubuntu-latest
needs: [ pre_commit ]
steps:
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.0
- uses: actions/checkout@v4
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0
- name: "Compile"
run: |
cd test
Expand Down

0 comments on commit 0bc53ef

Please sign in to comment.