Skip to content

Commit 0fb6ac8

Browse files
chore(deps): update it-at-m/lhm_actions action to v1.0.22
1 parent ff8469b commit 0fb6ac8

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].22

.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].22
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].22
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
@@ -27,7 +27,7 @@ jobs:
2727
TZ: Europe/Berlin # timezone
2828
steps:
2929
- id: maven-release-step
30-
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
30+
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].22
3131
with:
3232
app-path: ""
3333
releaseVersion: ${{ github.event.inputs.releaseVersion }}
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
packages: write
4141
steps:
42-
- uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
42+
- uses: it-at-m/lhm_actions/action-templates/actions/[email protected].22
4343
with:
4444
path: .
4545
image-name: ${{ env.IMAGE_NAME }}
@@ -58,7 +58,7 @@ jobs:
5858
contents: write
5959
steps:
6060
- name: Create GitHub Release
61-
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].20
61+
uses: it-at-m/lhm_actions/action-templates/actions/[email protected].22
6262
with:
6363
artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
6464
tag-name: ${{ needs.release-maven.outputs.MVN_ARTIFACT_ID }}-${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)