File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 name : Linux
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v3.5.3
32+ uses : actions/checkout@v4
3333 with :
3434 fetch-depth : 10
3535
4848
4949 - name : Cache Build
5050 id : cache-build
51- uses : actions/cache@v3.0.11
51+ uses : actions/cache@v4
5252 with :
5353 path : ${{ env.CACHE_PATH }}
5454 key : ${{ runner.os }}-${{ matrix.config }}-cache
9696 config : [Debug, Release]
9797 steps :
9898 - name : Checkout repository
99- uses : actions/checkout@v3.5.3
99+ uses : actions/checkout@v4
100100 with :
101101 fetch-depth : 10
102102
@@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Cache build
111111 id : cache-build
112- uses : actions/cache@v3.0.11
112+ uses : actions/cache@v4
113113 with :
114114 path : ${{ env.appdata }}\Mozilla\sccache
115115 key : ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments