Skip to content

Commit

Permalink
ACS-8676 Deal with upcoming GitHub Actions deprecations (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
aonych authored Sep 24, 2024
1 parent e817ecd commit d5fd4a8
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 @@ -18,15 +18,15 @@ jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v5.34.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0
- uses: actions/checkout@v4
with:
fetch-depth: 0
- id: changed-files
uses: Alfresco/alfresco-build-tools/.github/actions/github-list-changes@v5.34.0
uses: Alfresco/alfresco-build-tools/.github/actions/github-list-changes@v7.0.0
with:
write-list-to-env: true
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.34.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v7.0.0

test_scan:
name: "Run test scan against this repository."
Expand Down

0 comments on commit d5fd4a8

Please sign in to comment.