File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 CCACHE_DIR : ${{ github.workspace }}/.ccache
4141
4242 steps :
43- - uses : actions/checkout@v6
43+ - uses : actions/checkout@v7
4444
4545 # actions/checkout writes its own safe.directory, but later steps
4646 # invoke git from a fresh shell (`sh -e {0}`) where that scoped
Original file line number Diff line number Diff line change 1919 contents : read
2020 packages : write
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323
2424 - uses : docker/setup-buildx-action@v4
2525
Original file line number Diff line number Diff line change 3535 timeout-minutes : 10
3636
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939
4040 # Later steps run git from a fresh `sh -e {0}` shell where
4141 # checkout's scoped safe.directory is not always picked up; set it
You can’t perform that action at this time.
0 commit comments