File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v6.0.1
19+ uses : actions/checkout@v6.0.2
2020
2121 - name : Setup sccache
2222 uses : ./actions/sccache
6262
6363 steps :
6464 - name : Checkout repository
65- uses : actions/checkout@v6.0.1
65+ uses : actions/checkout@v6.0.2
6666
6767 - name : Setup sccache
6868 uses : ./actions/sccache
Original file line number Diff line number Diff line change 66 version :
77 description : ' Version of sccache to install'
88 required : false
9- default : ' v0.13.0-rapids.0 '
9+ default : ' v0.13.0-rapids.11 '
1010 cache-key-prefix :
1111 description : ' Prefix for the cache key'
1212 required : false
@@ -158,15 +158,15 @@ runs:
158158
159159 - name : Restore sccache cache (Unix)
160160 if : runner.os != 'Windows'
161- uses : actions/cache@v5.0.1
161+ uses : actions/cache@v5.0.3
162162 with :
163163 path : ~/.cache/sccache
164164 key : sccache-${{ inputs.cache-key-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}
165165 restore-keys : sccache-${{ inputs.cache-key-prefix }}-${{ runner.os }}-${{ runner.arch }}-
166166
167167 - name : Restore sccache cache (Windows)
168168 if : runner.os == 'Windows'
169- uses : actions/cache@v5.0.1
169+ uses : actions/cache@v5.0.3
170170 with :
171171 path : ~\.cache\sccache
172172 key : sccache-${{ inputs.cache-key-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments