2424 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2525 with :
2626 go-version-file : tools/go.mod
27- - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
27+ - uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
2828 continue-on-error : true
2929 id : cache-go-pkg-mod
3030 timeout-minutes : 2
@@ -47,15 +47,15 @@ jobs:
4747 - name : GOCACHE
4848 run : |
4949 echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
50- - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
50+ - uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
5151 continue-on-error : true
5252 timeout-minutes : 2
5353 with :
5454 # TODO: Replace with supported mechanism when it is supported
5555 # https://github.com/actions/setup-go/issues/54
5656 path : ${{ env.GOCACHE }}
5757 key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
58- - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
58+ - uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
5959 continue-on-error : true
6060 timeout-minutes : 2
6161 with :
@@ -77,15 +77,15 @@ jobs:
7777 - name : GOCACHE
7878 run : |
7979 echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
80- - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
80+ - uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
8181 continue-on-error : true
8282 timeout-minutes : 2
8383 with :
8484 # TODO: Replace with supported mechanism when it is supported
8585 # https://github.com/actions/setup-go/issues/54
8686 path : ${{ env.GOCACHE }}
8787 key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
88- - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
88+ - uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
8989 continue-on-error : true
9090 timeout-minutes : 2
9191 with :
@@ -113,15 +113,15 @@ jobs:
113113 - name : GOCACHE
114114 run : |
115115 echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
116- - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
116+ - uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
117117 continue-on-error : true
118118 timeout-minutes : 2
119119 with :
120120 # TODO: Replace with supported mechanism when it is supported
121121 # https://github.com/actions/setup-go/issues/54
122122 path : ${{ env.GOCACHE }}
123123 key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
124- - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
124+ - uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
125125 continue-on-error : true
126126 timeout-minutes : 2
127127 with :
0 commit comments