We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98bf9b commit 4b6eb0cCopy full SHA for 4b6eb0c
1 file changed
.github/workflows/Gradle CI.yml
@@ -20,13 +20,13 @@ jobs:
20
name: Gradle-Build
21
22
# The type of runner that the job will run on
23
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
24
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
steps:
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- name: Checkout
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
31
# Setup JDK
32
- name: Setup Java JDK
@@ -38,7 +38,7 @@ jobs:
38
39
# Validate Gradle Wrapper
40
- name: Gradle Wrapper Validation
41
- uses: gradle/wrapper-validation-action@v1.0.5
+ uses: gradle/actions/wrapper-validation@v4
42
43
# Build
44
- name: Make gradlew executable
0 commit comments