Skip to content

Commit

Permalink
chore(deps): bump gradle/actions from 3.4.0 to 3.4.1
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 2e0a452 commit 029bac8
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-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
settings-path: ${{ github.workspace }}

- name: Build with Gradle
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1
with:
arguments: build

- name: Publish to GitHub Packages
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1
with:
arguments: publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
distribution: 'temurin'

- name: Build with Gradle
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1
with:
arguments: build

0 comments on commit 029bac8

Please sign in to comment.