Skip to content

Commit b66490c

Browse files
build(deps): bump the minor-and-patch-actions-weekly group across 1 directory with 3 updates (#4223)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b69fea2 commit b66490c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.11"
3333

3434
- name: Setup Helm
35-
uses: Azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
35+
uses: Azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
3636

3737
- name: Install ct
3838
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
@@ -60,7 +60,7 @@ jobs:
6060
python-version: "3.11"
6161

6262
- name: Setup Helm
63-
uses: Azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
63+
uses: Azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
6464

6565
- name: Setup kubectl
6666
uses: Azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4.0.1

.github/workflows/conformity-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
path: 'execution-apis'
2929

3030
- name: Use Node.js TLS 22
31-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
31+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3232
with:
3333
node-version: 22
3434

.github/workflows/openrpc-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
path: 'execution-apis'
3535

3636
- name: Use Node.js TLS 22
37-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
37+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3838
with:
3939
node-version: 22
4040

.github/workflows/release-automation.yml

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

2929
- name: Parse Version
3030
id: version_parser
31-
uses: step-security/semver-utils@a24a84bec134bf99b85937a44b58cc9a1d268edd # v4.3.0
31+
uses: step-security/semver-utils@b6c771610a344202ca367c085698ff554fe8f124 # v4.3.1
3232
with:
3333
lenient: false
3434
version: ${{ github.event.inputs.version }}

.github/workflows/release-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
git config user.email "[email protected]"
114114
115115
- name: Install Helm
116-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
116+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
117117

118118
- name: Publish helm chart
119119
uses: step-security/helm-gh-pages@193f06cc02866ad07b39a035d2be93835912b1f4 # v1.7.3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: sudo apt-get update && sudo apt-get install -y make gcc g++
2626

2727
- name: Use Node.js TLS 22
28-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2929
with:
3030
node-version: 22
3131

0 commit comments

Comments
 (0)