Skip to content

Commit 14d0031

Browse files
chore(deps): update homebrew/actions digest to 59e6b20
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 7453b3c commit 14d0031

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Set up Homebrew
8585
if: ${{ steps.setup-helm.outcome == 'failure' }}
86-
uses: Homebrew/actions/setup-homebrew@fb0fe15d936a80ac0ba4c6cee691bc3da3f00f4e
86+
uses: Homebrew/actions/setup-homebrew@59e6b20d96df1a3c9ccb0aa402676e01a4cc6ff3
8787

8888
- name: Install Helm
8989
if: ${{ steps.setup-helm.outcome == 'failure' }}

.github/workflows/platform-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Set up Homebrew
9090
if: ${{ steps.setup-helm.outcome == 'failure' }}
91-
uses: Homebrew/actions/setup-homebrew@fb0fe15d936a80ac0ba4c6cee691bc3da3f00f4e
91+
uses: Homebrew/actions/setup-homebrew@59e6b20d96df1a3c9ccb0aa402676e01a4cc6ff3
9292

9393
- name: Install Helm
9494
if: ${{ steps.setup-helm.outcome == 'failure' }}

.github/workflows/release-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Set up Homebrew
5757
if: ${{ steps.setup-helm.outcome == 'failure' }}
58-
uses: Homebrew/actions/setup-homebrew@fb0fe15d936a80ac0ba4c6cee691bc3da3f00f4e
58+
uses: Homebrew/actions/setup-homebrew@59e6b20d96df1a3c9ccb0aa402676e01a4cc6ff3
5959

6060
- name: Install Helm
6161
if: ${{ steps.setup-helm.outcome == 'failure' }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Set up Homebrew
5757
if: ${{ steps.setup-helm.outcome == 'failure' }}
58-
uses: Homebrew/actions/setup-homebrew@fb0fe15d936a80ac0ba4c6cee691bc3da3f00f4e
58+
uses: Homebrew/actions/setup-homebrew@59e6b20d96df1a3c9ccb0aa402676e01a4cc6ff3
5959

6060
- name: Install Helm
6161
if: ${{ steps.setup-helm.outcome == 'failure' }}

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Set up Homebrew
3434
if: ${{ steps.setup-helm.outcome == 'failure' }}
35-
uses: Homebrew/actions/setup-homebrew@fb0fe15d936a80ac0ba4c6cee691bc3da3f00f4e
35+
uses: Homebrew/actions/setup-homebrew@59e6b20d96df1a3c9ccb0aa402676e01a4cc6ff3
3636

3737
- name: Install Helm
3838
if: ${{ steps.setup-helm.outcome == 'failure' }}

.github/workflows/test-v1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Set up Homebrew
5252
if: ${{ steps.setup-helm.outcome == 'failure' }}
53-
uses: Homebrew/actions/setup-homebrew@fb0fe15d936a80ac0ba4c6cee691bc3da3f00f4e
53+
uses: Homebrew/actions/setup-homebrew@59e6b20d96df1a3c9ccb0aa402676e01a4cc6ff3
5454

5555
- name: Install Helm
5656
if: ${{ steps.setup-helm.outcome == 'failure' }}
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: Set up Homebrew
164164
if: ${{ steps.setup-helm.outcome == 'failure' }}
165-
uses: Homebrew/actions/setup-homebrew@fb0fe15d936a80ac0ba4c6cee691bc3da3f00f4e
165+
uses: Homebrew/actions/setup-homebrew@59e6b20d96df1a3c9ccb0aa402676e01a4cc6ff3
166166

167167
- name: Install Helm
168168
if: ${{ steps.setup-helm.outcome == 'failure' }}

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Set up Homebrew
9696
if: ${{ steps.setup-helm.outcome == 'failure' }}
97-
uses: Homebrew/actions/setup-homebrew@fb0fe15d936a80ac0ba4c6cee691bc3da3f00f4e
97+
uses: Homebrew/actions/setup-homebrew@59e6b20d96df1a3c9ccb0aa402676e01a4cc6ff3
9898

9999
- name: Install Helm
100100
if: ${{ steps.setup-helm.outcome == 'failure' }}
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Set up Homebrew
142142
if: ${{ steps.setup-helm.outcome == 'failure' }}
143-
uses: Homebrew/actions/setup-homebrew@fb0fe15d936a80ac0ba4c6cee691bc3da3f00f4e
143+
uses: Homebrew/actions/setup-homebrew@59e6b20d96df1a3c9ccb0aa402676e01a4cc6ff3
144144

145145
- name: Install Helm
146146
if: ${{ steps.setup-helm.outcome == 'failure' }}

0 commit comments

Comments
 (0)