File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
2121 - name : Cache Docker layers
22- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
22+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2323 with :
2424 path : /tmp/.buildx-cache
2525 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - uses : ./.github/actions/setup-go
18- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
18+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1919 with :
2020 path : |
2121 ~/go/pkg/mod
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212 - uses : ./.github/actions/setup-go
13- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
13+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1414 with :
1515 path : |
1616 ~/go/pkg/mod
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - uses : ./.github/actions/setup-go
18- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
18+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1919 with :
2020 path : |
2121 ~/go/pkg/mod
You can’t perform that action at this time.
0 commit comments