File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 outputs :
2727 BASE_VERSION : ${{ steps.load_base_version.outputs.BASE_VERSION }}
2828 steps :
29- - uses : actions/cache@v4
29+ - uses : actions/cache@v5
3030 with :
3131 path : " ~/.pub-cache/hosted"
3232 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:get_base_version"
5252 needs : get_base_version
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/cache@v4
55+ - uses : actions/cache@v5
5656 with :
5757 path : " ~/.pub-cache/hosted"
5858 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:get_base_version"
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Cache Pub hosted dependencies
32- uses : actions/cache@v4
32+ uses : actions/cache@v5
3333 with :
3434 path : " ~/.pub-cache/hosted"
3535 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:codegen-test"
6363 - platform : vm
6464 steps :
6565 - name : Cache Pub hosted dependencies
66- uses : actions/cache@v4
66+ uses : actions/cache@v5
6767 with :
6868 path : " ~/.pub-cache/hosted"
6969 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:codegen-test"
@@ -123,7 +123,7 @@ jobs:
123123 runs-on : ubuntu-latest
124124 steps :
125125 - name : Cache Pub hosted dependencies
126- uses : actions/cache@v4
126+ uses : actions/cache@v5
127127 with :
128128 path : " ~/.pub-cache/hosted"
129129 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:qs_dart;commands:codegen-test"
You can’t perform that action at this time.
0 commit comments