Skip to content

Commit

Permalink
Merge pull request #245 from navikt/dependabot/github_actions/dorny/t…
Browse files Browse the repository at this point in the history
…est-reporter-1.9.1

Bump dorny/test-reporter from 1.9.0 to 1.9.1
  • Loading branch information
github-actions[bot] authored May 8, 2024
2 parents 7b447a0 + 0b817f4 commit af61c8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-auto-merged-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true

- uses: dorny/[email protected].0
- uses: dorny/[email protected].1
if: always()
with:
name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
arguments: test --continue --no-daemon --configuration-cache

- uses: dorny/[email protected].0
- uses: dorny/[email protected].1
if: success() || failure()
with:
name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true

- uses: dorny/[email protected].0
- uses: dorny/[email protected].1
if: always()
with:
name: test
Expand Down

0 comments on commit af61c8f

Please sign in to comment.