Skip to content

Commit

Permalink
Bump actions/setup-java from 3.13.0 to 4.0.0 in /.github/actions/mave…
Browse files Browse the repository at this point in the history
…n-build-and-tag (#420)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giovanni Toraldo <[email protected]>
  • Loading branch information
dependabot[bot] and gionn authored Dec 4, 2023
1 parent b554a37 commit 4d0abef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
${{ runner.os }}-maven-
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
java-version: ${{ inputs.java-version }}
distribution: ${{ inputs.java-distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/send-teams-notification/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
uses: martialonline/workflow-status@fe13c6a4716673e224038aa1b02387352fb35e13
id: workflow_status_check
- name: Send teams notification
uses: skitionek/notify-microsoft-teams@9c67757f64d610fb6748d8ff3c11f284355ed7ec # v1.0
uses: skitionek/notify-microsoft-teams@9c67757f64d610fb6748d8ff3c11f284355ed7ec # v1.0.8
with:
webhook_url: ${{ inputs.webhook-url }}
job: ${{ toJSON(steps.workflow_status_check.outputs) }}
Expand Down

0 comments on commit 4d0abef

Please sign in to comment.