We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae55be commit 8049b59Copy full SHA for 8049b59
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Clone repository
8
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
9
- name: Setup java
10
uses: actions/setup-java@v3
11
with:
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
.github/workflows/kover-report.yml
@@ -6,7 +6,7 @@ jobs:
build:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up JDK
12
0 commit comments