Skip to content

Commit

Permalink
Workflow plugins update
Browse files Browse the repository at this point in the history
  • Loading branch information
maccasoft committed Sep 12, 2024
1 parent a682476 commit d7a747b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '17'
Expand All @@ -24,7 +24,7 @@ jobs:
xvfb-run --auto-servernum mvn --batch-mode verify
- name: Create Tests Summary
uses: test-summary/action@dist
uses: test-summary/action@v2.3
with:
paths: modules/spin-tools/target/surefire-reports/**/*.xml
if: always()
Expand Down

0 comments on commit d7a747b

Please sign in to comment.