Skip to content

Commit e1de59f

Browse files
authored
Update actions/checkout, actions/setup-java and codecov/codecov-action (#4066)
1 parent c8132d3 commit e1de59f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-on-docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- "7.2.6"
4242
# - "6.2.16"
4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v4
4545
- name: Set up publishing to maven central
46-
uses: actions/setup-java@v2
46+
uses: actions/setup-java@v4
4747
with:
4848
java-version: '8'
4949
distribution: 'temurin'
@@ -53,7 +53,7 @@ jobs:
5353
sudo apt install -y make
5454
make compile-module
5555
- name: Cache dependencies
56-
uses: actions/cache@v2
56+
uses: actions/cache@v4
5757
with:
5858
path: |
5959
~/.m2/repository
@@ -124,7 +124,7 @@ jobs:
124124
continue-on-error: true
125125
# Upload code coverage
126126
- name: Upload coverage to Codecov
127-
uses: codecov/codecov-action@v4
127+
uses: codecov/codecov-action@v5
128128
with:
129129
fail_ci_if_error: false
130130
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)