Skip to content

Commit

Permalink
chore(deps): update all non-major github action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent c78bfc3 commit d684292
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helmfile_production_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
./helmfile/getContext.sh true
- name: Run helmfile
id: helmfile_apply
uses: helmfile/helmfile-action@v1.0.0
uses: helmfile/helmfile-action@8b31cda1cefc2d62c18850c8cd3e1bef54b476dd # v1.7.0
with:
helmfile-args: apply --environment production
4 changes: 2 additions & 2 deletions .github/workflows/helmfile_production_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
./helmfile/getContext.sh true
- name: Setup helmfile
uses: mamezou-tech/[email protected]
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0
with:
install-kubectl: no
install-helm: yes
Expand All @@ -51,7 +51,7 @@ jobs:
helmfile --environment staging diff >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
- name: Helmfile Diff Comment
uses: mshick/add-pr-comment@v2
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
with:
message: |
${{join(steps.helmfile_diff.outputs.*, '\n')}}
2 changes: 1 addition & 1 deletion .github/workflows/helmfile_staging_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
./helmfile/getContext.sh true
- name: Run helmfile
id: helmfile_apply
uses: helmfile/helmfile-action@v1.0.0
uses: helmfile/helmfile-action@8b31cda1cefc2d62c18850c8cd3e1bef54b476dd # v1.7.0
with:
helmfile-args: apply --environment staging
4 changes: 2 additions & 2 deletions .github/workflows/helmfile_staging_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
./helmfile/getContext.sh true
- name: Setup helmfile
uses: mamezou-tech/[email protected]
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0
with:
install-kubectl: no
install-helm: yes
Expand All @@ -47,7 +47,7 @@ jobs:
helmfile --environment staging diff >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
- name: Helmfile Diff Comment
uses: mshick/add-pr-comment@v2
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
with:
message: |
${{join(steps.helmfile_diff.outputs.*, '\n')}}

0 comments on commit d684292

Please sign in to comment.