Skip to content

Commit edc18f7

Browse files
authored
Merge pull request #14 from forketyfork/dependabot/github_actions/all-actions-4f6f6b4fd1
Bump the all-actions group with 2 updates
2 parents 7a8f9dc + 0fbf88b commit edc18f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Set up JDK
2424
uses: actions/setup-java@v4
@@ -37,7 +37,7 @@ jobs:
3737
run: mvn clean test
3838

3939
- name: Generate test report
40-
uses: dorny/test-reporter@v1
40+
uses: dorny/test-reporter@v2
4141
if: success() || failure()
4242
with:
4343
name: Maven Tests

0 commit comments

Comments
 (0)