-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major github action dependencies
- Loading branch information
1 parent
c5f2e5e
commit 5645a3d
Showing
13 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
# I'm cheating and using this action to install kubectl | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
# I'm cheating and using this action to install kubectl | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
# I'm cheating and using this action to install kubectl | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
# I'm cheating and using this action to install kubectl | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
# Fetches entire history, so we can analyze commits since last tag | ||
fetch-depth: 0 | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
@@ -47,6 +47,6 @@ jobs: | |
./helmfile/getContext.sh -g | ||
- name: Run helmfile | ||
id: helmfile_apply | ||
uses: helmfile/helmfile-action@v1.0.0 | ||
uses: helmfile/helmfile-action@9155b92e7bf13231a18293ecba75651054bae57a # v1.9.0 | ||
with: | ||
helmfile-args: apply --environment production |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
# Fetches entire history, so we can analyze commits since last tag | ||
fetch-depth: 0 | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
@@ -52,7 +52,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')}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
# Fetches entire history, so we can analyze commits since last tag | ||
fetch-depth: 0 | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
@@ -45,6 +45,6 @@ jobs: | |
./helmfile/getContext.sh -g | ||
- name: Run helmfile | ||
id: helmfile_apply | ||
uses: helmfile/helmfile-action@v1.0.0 | ||
uses: helmfile/helmfile-action@9155b92e7bf13231a18293ecba75651054bae57a # v1.9.0 | ||
with: | ||
helmfile-args: apply --environment staging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
# Fetches entire history, so we can analyze commits since last tag | ||
fetch-depth: 0 | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
@@ -44,7 +44,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: | | ||
```shell | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
|
||
# We are using this to install kubectl in this case | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
|
||
# I'm cheating and using this action to install kubectl | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
|
||
# I'm cheating and using this action to install kubectl | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
|
||
# We are using this to install kubectl in this case | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 | ||
with: | ||
install-kubectl: yes | ||
install-helm: yes | ||
|