Skip to content

Commit 0584301

Browse files
chore(ci): upgrade to v5-beta
1 parent 5b913c6 commit 0584301

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
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5.0.0-beta
99
- name: Set up JDK 18
1010
uses: actions/setup-java@v1
1111
with:
@@ -15,6 +15,6 @@ jobs:
1515
- name: Run tests and collect coverage
1616
run: mvn -B test
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v4
18+
uses: codecov/codecov-action@v5.0.0-beta
1919
env:
2020
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)