Skip to content

Commit

Permalink
chore(deps): update capralifecycle/actions-lib action to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent ef2b070 commit f6ff9ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: "17.0.9"
java-package: "jdk"

- uses: capralifecycle/actions-lib/check-runtime-dependencies@e3bb96046b8b72962d3f08971adde45017d09346 # v1.5.1
- uses: capralifecycle/actions-lib/check-runtime-dependencies@292930fd3f8282fbbc38990c5172a399b8801bb0 # v1.5.2

- name: cache mvn
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand All @@ -50,7 +50,7 @@ jobs:
}
echo "major-version=$major_version" >> "$GITHUB_OUTPUT"
- uses: capralifecycle/actions-lib/generate-tag@e3bb96046b8b72962d3f08971adde45017d09346 # v1.5.1
- uses: capralifecycle/actions-lib/generate-tag@292930fd3f8282fbbc38990c5172a399b8801bb0 # v1.5.2
id: tag
with:
tag-prefix: "${{ steps.prep.outputs.major-version }}"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
mvn -B -U verify
fi
- uses: capralifecycle/actions-lib/slack-notify@e3bb96046b8b72962d3f08971adde45017d09346 # v1.5.1
- uses: capralifecycle/actions-lib/slack-notify@292930fd3f8282fbbc38990c5172a399b8801bb0 # v1.5.2
# NOTE: We only want to be notified about failures on the default branch
if: ${{ failure() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
with:
Expand Down

0 comments on commit f6ff9ea

Please sign in to comment.