Skip to content

Commit

Permalink
Merge pull request #123 from BySwiizen/dependabot/github_actions/grad…
Browse files Browse the repository at this point in the history
…le/actions-4.2.2

Bump gradle/actions from 4.2.1 to 4.2.2
  • Loading branch information
BySwiizen authored Dec 18, 2024
2 parents fb27bc6 + 635312b commit 52d47a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

# https://github.com/gradle/gradle-build-action
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

# https://github.com/gradle/wrapper-validation-action
- name: Wrapper validation
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

# https://github.com/actions/setup-java
- name: Set up JDK 21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# https://github.com/gradle/wrapper-validation-action
- name: Wrapper validation
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Make Gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit 52d47a7

Please sign in to comment.