4040 DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
4141 DAPR_CLI_REF : " "
4242 DAPR_REF : " "
43- NODE_VER : 16.14 .0
43+ NODE_VER : 22.16 .0
4444 services :
4545 emqx :
4646 image : emqx/emqx
@@ -61,20 +61,20 @@ jobs:
6161
6262 - name : Set up Go ${{ env.GOVER }}
6363 if : env.DAPR_REF != '' || env.DAPR_CLI_REF != ''
64- uses : actions/setup-go@v2
64+ uses : actions/setup-go@v5
6565 with :
6666 go-version : ${{ env.GOVER }}
6767
6868 - name : Checkout Dapr CLI repo to custom reference
69- uses : actions/checkout@v2
69+ uses : actions/checkout@v4
7070 if : env.DAPR_CLI_REF != ''
7171 with :
7272 repository : dapr/cli
7373 ref : ${{ env.DAPR_CLI_REF }}
7474 path : cli
7575
7676 - name : Checkout Dapr runtime repo to custom reference
77- uses : actions/checkout@v2
77+ uses : actions/checkout@v4
7878 if : env.DAPR_REF != ''
7979 with :
8080 repository : dapr/dapr
@@ -111,12 +111,12 @@ jobs:
111111 ./dist/linux_amd64/release/placement &
112112
113113 - name : Checkout JS-SDK
114- uses : actions/checkout@v2
114+ uses : actions/checkout@v4
115115
116116 # Setup .npmrc file to publish to npm
117117 # https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
118118 - name : NodeJS - Install
119- uses : actions/setup-node@v2
119+ uses : actions/setup-node@v4
120120 with :
121121 node-version : ${{ env.NODE_VER }}
122122 registry-url : " https://registry.npmjs.org"
@@ -136,4 +136,4 @@ jobs:
136136 dapr run --app-id typescript-build npm run start
137137
138138 - name : Upload test coverage
139- uses : codecov/codecov-action@v1
139+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
0 commit comments