Skip to content

Commit f91d9ae

Browse files
chore(deps): update capralifecycle/actions-lib action to v1.6.2
1 parent 85dd2e0 commit f91d9ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java-version: "17.0.9"
2929
java-package: "jdk"
3030

31-
- uses: capralifecycle/actions-lib/check-runtime-dependencies@15d6e3ef41e608eb59e4c12c656018b832c0117c # v1.6.1
31+
- uses: capralifecycle/actions-lib/check-runtime-dependencies@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
3232

3333
- name: cache mvn
3434
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
@@ -50,7 +50,7 @@ jobs:
5050
}
5151
echo "major-version=$major_version" >> "$GITHUB_OUTPUT"
5252
53-
- uses: capralifecycle/actions-lib/generate-tag@15d6e3ef41e608eb59e4c12c656018b832c0117c # v1.6.1
53+
- uses: capralifecycle/actions-lib/generate-tag@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
5454
id: tag
5555
with:
5656
tag-prefix: "${{ steps.prep.outputs.major-version }}"
@@ -81,7 +81,7 @@ jobs:
8181
mvn -B -U verify
8282
fi
8383
84-
- uses: capralifecycle/actions-lib/slack-notify@15d6e3ef41e608eb59e4c12c656018b832c0117c # v1.6.1
84+
- uses: capralifecycle/actions-lib/slack-notify@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
8585
# NOTE: We only want to be notified about failures on the default branch
8686
if: ${{ failure() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
8787
with:

0 commit comments

Comments
 (0)