Skip to content

Commit

Permalink
chore(deps): update capralifecycle/actions-lib action to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 00b4a72 commit 48b77bb
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@93a3def017e46bbf9fd49179f4ce752283157c85 # v1.3.2
- uses: capralifecycle/actions-lib/check-runtime-dependencies@dd42e0106c3efe8653cce077ec74f1a0bb12ef8f # v1.5.0

- 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@93a3def017e46bbf9fd49179f4ce752283157c85 # v1.3.2
- uses: capralifecycle/actions-lib/generate-tag@dd42e0106c3efe8653cce077ec74f1a0bb12ef8f # v1.5.0
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@93a3def017e46bbf9fd49179f4ce752283157c85 # v1.3.2
- uses: capralifecycle/actions-lib/slack-notify@dd42e0106c3efe8653cce077ec74f1a0bb12ef8f # v1.5.0
# 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 48b77bb

Please sign in to comment.