File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 check-latest : true
3636 - name : Cache Go
3737 id : go-cache
38- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
38+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3939 with :
4040 path : |
4141 ~/go/bin
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2727
2828 - name : Module cache
29- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
29+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3030 env :
3131 cache-name : go-mod-cache
3232 with :
3535
3636 - name : Tools cache
3737 id : cache-tools
38- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
38+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3939 env :
4040 cache-name : go-tools-cache
4141 with :
8484 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
8585
8686 - name : Module cache
87- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
87+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
8888 env :
8989 cache-name : go-mod-cache
9090 with :
@@ -112,7 +112,7 @@ jobs:
112112 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
113113
114114 - name : Module cache
115- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
115+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
116116 env :
117117 cache-name : go-mod-cache
118118 with :
You can’t perform that action at this time.
0 commit comments