Skip to content

Commit

Permalink
[FIX] gha IMIO/gha version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Aug 13, 2024
1 parent af46ce4 commit 3252716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Helm Release
uses: IMIO/gha/[email protected].2
uses: IMIO/gha/[email protected].3
with:
TARGET_DIR: plausible-analytics
MATTERMOST_WEBHOOK_URL: ${{ secrets.COMMON_MATTERMOST_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
runs-on: ubuntu-latest
steps:
- name: Lint and Test Charts
uses: IMIO/gha/[email protected].2
uses: IMIO/gha/[email protected].3
with:
HELM_RELEASE: plausible-analytics
HELM_NAMESPACE: plausible-analytics
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
group: self-hosted
steps:
- name: Lint and Test Charts
uses: IMIO/gha/[email protected].2
uses: IMIO/gha/[email protected].3
with:
HELM_RELEASE: plausible-analytics
HELM_NAMESPACE: plausible-analytics
Expand Down

0 comments on commit 3252716

Please sign in to comment.