Skip to content

Commit

Permalink
Update gradle-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jack60612 authored Jan 17, 2025
1 parent b52cfb1 commit 0d367f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: gradle/gradle-build-action@v2 # enables fancy caching.
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1 # this validates the jar file
- uses: gradle/gradle-build-action # enables fancy caching.
- uses: actions/checkout
- uses: gradle/wrapper-validation-action # this validates the jar file

# Declares the repository safe and not under dubious ownership.
- name: Add repository to git safe directories
Expand All @@ -49,9 +49,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: gradle/gradle-build-action@v2 # enables fancy caching.
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1 # this validates the jar file
- uses: gradle/gradle-build-action # enables fancy caching.
- uses: actions/checkout
- uses: gradle/wrapper-validation-action # this validates the jar file

# Declares the repository safe and not under dubious ownership.
- name: Add repository to git safe directories
Expand Down

0 comments on commit 0d367f5

Please sign in to comment.