Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2 to 3 (#341)
Browse files Browse the repository at this point in the history
Bump Gradle build action to v3

Co-authored-by: hfhbd <[email protected]>
  • Loading branch information
dependabot[bot] and hfhbd authored Jan 30, 2024
1 parent c7d24a7 commit 46bc130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set environment for version
run: long="${{ github.ref }}"; version=${long#"refs/tags/v"}; echo "version=${version}" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Dependency Review
uses: actions/dependency-review-action@v4
if: github.event_name == 'pull_request'
- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: generate-and-submit
gradle-home-cache-cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/configure-pages@v4
- uses: actions/checkout@v4
- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v3
- name: Generate Docs
run: ./gradlew :integrationTest:hashRouterTest:browserDistribution
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 46bc130

Please sign in to comment.