Skip to content

Commit

Permalink
chore(deps): update wetransform/gha-workflows action to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stempler committed Dec 18, 2024
1 parent e800980 commit 90b4b75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
./gradlew spotlessCheck
check:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@ad4aa270fbd7f42e48a02ef3b877c1826e8c983e # v3.4.0
uses: wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@ea94f03339afbdd8770e446d3f000c2d366a6fc1 # v3.4.1
with:
java-version: 17
multi-module: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Only on main repository (no publishing on forks)
if: github.repository_owner == 'halestudio'

uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@ad4aa270fbd7f42e48a02ef3b877c1826e8c983e # v3.4.0
uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@ea94f03339afbdd8770e446d3f000c2d366a6fc1 # v3.4.1
with:
java-version: 17
multi-module: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Only on main repository (don't release on forks)
if: github.repository_owner == 'halestudio'

uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@ad4aa270fbd7f42e48a02ef3b877c1826e8c983e # v3.4.0
uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@ea94f03339afbdd8770e446d3f000c2d366a6fc1 # v3.4.1
with:
java-version: 17
multi-module: true
Expand Down

0 comments on commit 90b4b75

Please sign in to comment.