Skip to content

Commit a8025a0

Browse files
Fixing CodeRabbit formating suggestions
1 parent 415615b commit a8025a0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build-attester.yaml

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

5252
# Restore local cache
5353
- name: Restore cache
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
with:
5656
path: /tmp/.buildx-cache
5757
key: ${{ github.job }}-${{ runner.os }}-buildx-attester

.github/workflows/build-base.yaml

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

4949
# Restore local cache
5050
- name: Restore cache
51-
uses: actions/cache@v3
51+
uses: actions/cache@v4
5252
with:
5353
path: /tmp/.buildx-cache
5454
key: ${{ github.job }}-${{ runner.os }}-buildx-base

.github/workflows/build-custom-issuer.yaml

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

5151
# Restore local cache
5252
- name: Restore cache
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: /tmp/.buildx-cache
5656
key: ${{ github.job }}-${{ runner.os }}-buildx-custom-issuer

.github/workflows/build-relayer.yaml

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

5252
# Restore local cache
5353
- name: Restore cache
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
with:
5656
path: /tmp/.buildx-cache
5757
key: ${{ github.job }}-${{ runner.os }}-buildx-relayer

.github/workflows/manual-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ jobs:
110110
--install --atomic --wait --timeout 301s \
111111
--values values/${{ github.event.inputs.environment }}.yaml \
112112
--set-string timestamp=${NOW} \
113-
--set-string tagRelayer=${{ github.event.inputs.relayer-tag }} \
114-
--set-string tagAttester=${{ github.event.inputs.attester-tag }} \
115-
--set-string tagCustomIssuer=${{ github.event.inputs.custom-issuer-tag }} \
113+
--set-string tagRelayer="${{ github.event.inputs.relayer-tag }}" \
114+
--set-string tagAttester="${{ github.event.inputs.attester-tag }}" \
115+
--set-string tagCustomIssuer="${{ github.event.inputs.custom-issuer-tag }}" \
116116
--debug
117117
118118
# Send Slack message if any previous step has failed in this job

0 commit comments

Comments
 (0)