Skip to content

Commit 0ace99d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate_examples.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python -m pip install --upgrade pip
8383
pip install setuptools wheel twine tox
8484
- name: Set up Dapr CLI
85-
run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s 1.15.0-rc.1
85+
run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s 1.15.0-rc.3
8686
- name: Set up Go ${{ env.GOVER }}
8787
if: env.DAPR_REF != '' || env.DAPR_CLI_REF != ''
8888
uses: actions/setup-go@v5
@@ -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.5
112+
- name: Initialize Dapr runtime 1.15.0-rc.7
113113
run: |
114114
dapr uninstall --all
115-
dapr init --runtime-version 1.15.0-rc.5
115+
dapr init --runtime-version 1.15.0-rc.7
116116
- name: Build and override daprd with referenced commit.
117117
if: env.DAPR_REF != ''
118118
run: |

0 commit comments

Comments
 (0)