Skip to content

Commit

Permalink
Bump the workflow-dependencies group across 1 directory with 2 updates (
Browse files Browse the repository at this point in the history
#47)

Bumps the workflow-dependencies group with 2 updates in the / directory: [gradle/actions](https://github.com/gradle/actions) and [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report).


Updates `gradle/actions` from 3 to 4
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3...v4)

Updates `mikepenz/action-junit-report` from 4 to 5
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4...v5)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: workflow-dependencies
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: workflow-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 5738e1e commit 4fa0eb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/brightspot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# must run before gradle/gradle-build-action
- name: Validate Gradle wrapper JAR files
if: ${{ inputs.build-gradle }}
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -121,7 +121,7 @@ jobs:

- name: Setup Gradle
if: ${{ inputs.build-gradle }}
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
cache-disabled: ${{ inputs.gradle-action-cache-disable }}

Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
run: ./brightspot/brightspot/build-gradle.sh

- name: Publish JUnit test reports
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: ${{ inputs.build-gradle && !cancelled() }}
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit 4fa0eb9

Please sign in to comment.