Skip to content

Commit

Permalink
Merge pull request #171 from detached/dependabot/github_actions/gradl…
Browse files Browse the repository at this point in the history
…e/gradle-build-action-2.9.0

Bump gradle/gradle-build-action from 2.8.1 to 2.9.0
  • Loading branch information
detached authored Oct 26, 2023
2 parents 2539430 + 572d0f6 commit 12541be
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 @@ -19,6 +19,6 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Build
uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a
with:
arguments: clean build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Build Backend
uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a
with:
arguments: clean build
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 12541be

Please sign in to comment.