Skip to content

Commit 7630190

Browse files
Apply suggestions from code review
Signed-off-by: Elena Kolevska <[email protected]>
1 parent 0ace99d commit 7630190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate_examples.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ jobs:
109109
make
110110
sudo cp dist/linux_amd64/release/dapr /usr/local/bin/dapr
111111
cd ..
112-
- name: Initialize Dapr runtime 1.15.0-rc.7
112+
- name: Initialize Dapr runtime 1.15.0-rc.8
113113
run: |
114114
dapr uninstall --all
115-
dapr init --runtime-version 1.15.0-rc.7
115+
dapr init --runtime-version 1.15.0-rc.8
116116
- name: Build and override daprd with referenced commit.
117117
if: env.DAPR_REF != ''
118118
run: |

0 commit comments

Comments
 (0)