File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 go-version : 1.19.x
1818 - name : Restore Go cache
19- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
19+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
2020 with :
2121 path : ~/go/pkg/mod
2222 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 1818 with :
1919 go-version : 1.20.x
2020 - name : Restore Go cache
21- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
21+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
2222 with :
2323 path : ~/go/pkg/mod
2424 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 2222 with :
2323 go-version : ' 1.20'
2424 - name : Restore Go cache
25- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
25+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
2626 with :
2727 path : ~/go/pkg/mod
2828 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments