Skip to content

Commit

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

- uses: capralifecycle/actions-lib/check-runtime-dependencies@f3dcdbe2cd85725311b4ff5ff8dde9dfaf4f3111 # v1.5.4
- uses: capralifecycle/actions-lib/check-runtime-dependencies@7887a32ad872a79a8e00817659a30876f0a8f1be # v1.5.5

- name: cache mvn
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
Expand All @@ -50,7 +50,7 @@ jobs:
}
echo "major-version=$major_version" >> "$GITHUB_OUTPUT"
- uses: capralifecycle/actions-lib/generate-tag@f3dcdbe2cd85725311b4ff5ff8dde9dfaf4f3111 # v1.5.4
- uses: capralifecycle/actions-lib/generate-tag@7887a32ad872a79a8e00817659a30876f0a8f1be # v1.5.5
id: tag
with:
tag-prefix: "${{ steps.prep.outputs.major-version }}"
Expand Down

0 comments on commit 9393a9c

Please sign in to comment.