Skip to content

Commit d01e9ae

Browse files
committed
ci: update identity wf to v1.7.2
1 parent a5d0c01 commit d01e9ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
publish:
2929
name: Publish Charm
30-
uses: canonical/identity-team/.github/workflows/charm-publish.yaml@81e8eeaa58cf2f549cf229f139e56810d0d84e2c # v1.6.0
30+
uses: canonical/identity-team/.github/workflows/charm-publish.yaml@v1.7.2
3131
with:
3232
destination_channel: ${{ inputs.destination_channel}}
3333
source_branch: ${{ inputs.source_branch}}
@@ -72,7 +72,7 @@ jobs:
7272
- publish
7373
- revision
7474
if: ${{ (needs.publish.outputs.channel == 'latest/edge') }}
75-
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@81e8eeaa58cf2f549cf229f139e56810d0d84e2c # v1.6.0
75+
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@v1.7.2
7676
with:
7777
model: dev-iam
7878
revision: ${{ needs.revision.outputs.revision }}
@@ -91,7 +91,7 @@ jobs:
9191
- publish
9292
- revision
9393
if: ${{ (needs.publish.outputs.channel == 'latest/stable') }}
94-
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@81e8eeaa58cf2f549cf229f139e56810d0d84e2c # v1.6.0
94+
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@v1.7.2
9595
with:
9696
model: stg-iam
9797
revision: ${{ needs.revision.outputs.revision }}

0 commit comments

Comments
 (0)