Skip to content

Commit b4418c8

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

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
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Build with Maven
2525
id: maven
26-
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
26+
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].21
2727

2828
build-image:
2929
runs-on: ubuntu-latest
@@ -32,7 +32,7 @@ jobs:
3232
packages: write
3333
steps:
3434
- name: Build and push Docker image
35-
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
35+
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].21
3636
with:
3737
path: .
3838
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)