Skip to content

Commit 2441dbc

Browse files
use latest dapr commit sha
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
1 parent 8e81d62 commit 2441dbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
DAPR_RUNTIME_VER: 1.10.6-rc.2
4848
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0/install/install.sh
4949
DAPR_CLI_REF:
50-
DAPR_REF: 546ca51aca6145a8a247a61afbe8c4800f1ca5b5
50+
DAPR_REF: 1415e23b14628db70adf9403f5a18876f40b6924
5151
steps:
5252
- uses: actions/checkout@v3
5353
- name: Set up OpenJDK ${{ env.JDK_VER }}

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
DAPR_RUNTIME_VER: 1.10.6-rc.2
4242
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0/install/install.sh
4343
DAPR_CLI_REF:
44-
DAPR_REF: 546ca51aca6145a8a247a61afbe8c4800f1ca5b5
44+
DAPR_REF: 1415e23b14628db70adf9403f5a18876f40b6924
4545
steps:
4646
- uses: actions/checkout@v3
4747
- name: Set up OpenJDK ${{ env.JDK_VER }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<grpc.version>1.42.1</grpc.version>
1818
<protobuf.version>3.17.3</protobuf.version>
19-
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/546ca51aca6145a8a247a61afbe8c4800f1ca5b5/dapr/proto</dapr.proto.baseurl>
19+
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/1415e23b14628db70adf9403f5a18876f40b6924/dapr/proto</dapr.proto.baseurl>
2020
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
2121
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
2222
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>

0 commit comments

Comments
 (0)