We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 521592a + 9de53aa commit 58ae87bCopy full SHA for 58ae87b
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Java ${{ matrix.java }}
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
- name: Set up JDK ${{ matrix.java }}
15
uses: actions/setup-java@v3
16
with:
.github/workflows/gradle-wrapper-validation.yml
@@ -6,5 +6,5 @@ jobs:
6
name: "Validation"
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
0 commit comments