Skip to content

Commit 4b6eb0c

Browse files
authored
Update Gradle CI.yml
1 parent e98bf9b commit 4b6eb0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Gradle CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
name: Gradle-Build
2121

2222
# The type of runner that the job will run on
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424

2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
# Setup JDK
3232
- name: Setup Java JDK
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Validate Gradle Wrapper
4040
- name: Gradle Wrapper Validation
41-
uses: gradle/wrapper-validation-action@v1.0.5
41+
uses: gradle/actions/wrapper-validation@v4
4242

4343
# Build
4444
- name: Make gradlew executable

0 commit comments

Comments
 (0)