Skip to content

Commit

Permalink
Merge pull request #26 from BySwiizen/dependabot/github_actions/gradl…
Browse files Browse the repository at this point in the history
…e/actions-3.3.2

Bump gradle/actions from 3.3.1 to 3.3.2
  • Loading branch information
BySwiizen authored Apr 27, 2024
2 parents bab7ff5 + 693104d commit 14caa1b
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 @@ -18,11 +18,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 @@ -18,7 +18,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 14caa1b

Please sign in to comment.