File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232
3333 # ************************************************************************************************
3434 # BEGIN COMMON STEPS
35- # These steps are run for each and every sub-job, on a clean runner.
35+ # These steps are run for each and every sub-job, on a clean runner.
3636 # ************************************************************************************
3737
3838 # TODO(mmastrac): these could be extracted to a `ci-common.yml`
3939 - name : Clone repository
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141
4242 - name : Install ARM runner tools
4343 if : ${{ inputs.os == 'ubuntu-22.04-arm64' }}
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 releaseKind :
7- description : ' Kind of release'
8- default : ' minor'
7+ description : " Kind of release"
8+ default : " minor"
99 type : choice
1010 options :
1111 - patch
2020
2121 steps :
2222 - name : Clone repository
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 token : ${{ secrets.DENOBOT_PAT }}
2626
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 releaseKind :
7- description : ' Kind of release'
8- default : ' minor'
7+ description : " Kind of release"
8+ default : " minor"
99 type : choice
1010 options :
1111 - minor
2929 git config --global fetch.parallel 32
3030
3131 - name : Clone repository
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333 with :
3434 token : ${{ secrets.DENOBOT_PAT }}
3535 submodules : recursive
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ repository = "https://github.com/denoland/deno_core"
1919
2020[workspace .dependencies ]
2121# Local dependencies
22- deno_core = { version = " 0.302 .0" , path = " ./core" }
23- deno_ops = { version = " 0.178 .0" , path = " ./ops" }
24- serde_v8 = { version = " 0.211 .0" , path = " ./serde_v8" }
22+ deno_core = { version = " 0.303 .0" , path = " ./core" }
23+ deno_ops = { version = " 0.179 .0" , path = " ./ops" }
24+ serde_v8 = { version = " 0.212 .0" , path = " ./serde_v8" }
2525deno_core_testing = { path = " ./testing" }
2626
2727v8 = { version = " 0.102.0" , default-features = false }
Original file line number Diff line number Diff line change 22
33[package ]
44name = " deno_core"
5- version = " 0.302 .0"
5+ version = " 0.303 .0"
66authors.workspace = true
77edition.workspace = true
88license.workspace = true
Original file line number Diff line number Diff line change 22
33[package ]
44name = " deno_ops"
5- version = " 0.178 .0"
5+ version = " 0.179 .0"
66authors.workspace = true
77edition.workspace = true
88license.workspace = true
Original file line number Diff line number Diff line change 22
33[package ]
44name = " serde_v8"
5- version = " 0.211 .0"
5+ version = " 0.212 .0"
66authors.workspace = true
77edition.workspace = true
88license.workspace = true
You can’t perform that action at this time.
0 commit comments