File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 name : Linux
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v1
26+ uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 10
2929
3737
3838 - name : Cache Build
3939 id : cache-build
40- uses : actions/cache@v2
40+ uses : actions/cache@v5
4141 with :
4242 path : ${{ env.CACHE_PATH }}
4343 key : ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }}
8282
8383 steps :
8484 - name : Checkout repository
85- uses : actions/checkout@v1
85+ uses : actions/checkout@v6
8686 with :
8787 fetch-depth : 10
8888
9393
9494 - name : Cache Build
9595 id : cache-build
96- uses : actions/cache@v2
96+ uses : actions/cache@v5
9797 with :
9898 path : ${{ env.CACHE_PATH }}
9999 key : ${{ runner.os }}-${{ matrix.config }}-${{ matrix.arc }}-cache-${{ github.sha }}
@@ -145,17 +145,14 @@ jobs:
145145 threading : [TBB]
146146 steps :
147147 - name : Checkout repository
148- uses : actions/checkout@v1
148+ uses : actions/checkout@v6
149149 with :
150150 fetch-depth : 10
151151
152- - name : Install Ninja
153- uses : seanmiddleditch/gha-setup-ninja@master
154-
155152
156153 - name : Cache build
157154 id : cache-build
158- uses : actions/cache@v2
155+ uses : actions/cache@v5
159156 with :
160157 path : ${{ env.appdata }}\Mozilla\sccache
161158 key : ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments