Skip to content

Commit e6a2ba4

Browse files
chore(deps): update it-at-m/lhm_actions action to v1.0.21
1 parent eb6e3c7 commit e6a2ba4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
steps:
2727
- name: Build with Maven
2828
id: maven
29-
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
29+
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].21

.github/workflows/build_push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Build with Maven
2626
id: maven
27-
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
27+
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].21
2828

2929
build-image:
3030
runs-on: ubuntu-latest
@@ -33,7 +33,7 @@ jobs:
3333
packages: write
3434
steps:
3535
- name: Build and push Docker image
36-
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
36+
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].21
3737
with:
3838
path: .
3939
image-name: ${{ env.IMAGE_NAME }}

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
TZ: Europe/Berlin # timezone
3131
steps:
3232
- id: maven-release-step
33-
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
33+
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].21
3434
with:
3535
app-path: ""
3636
releaseVersion: ${{ github.event.inputs.releaseVersion }}
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
packages: write
4444
steps:
45-
- uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
45+
- uses: it-at-m/lhm_actions/action-templates/actions/[email protected].21
4646
with:
4747
path: .
4848
image-name: ${{ env.IMAGE_NAME }}
@@ -61,7 +61,7 @@ jobs:
6161
contents: write
6262
steps:
6363
- name: Create GitHub Release
64-
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
64+
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].21
6565
with:
6666
artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
6767
tag-name: ${{ needs.release-maven.outputs.MVN_ARTIFACT_ID }}-${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)