Skip to content

Commit

Permalink
Merge pull request #48 from OakvilleDynamics/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/gradle/gradle-build-action-3
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
2 parents 63de530 + 43fb8a0 commit 3558a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 3558a1f

Please sign in to comment.