2626 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2727 shell : bash
2828
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030
3131 - run : make test
3232
4141 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
4242 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
4343 shell : bash
44- - uses : actions/checkout@master
44+ - uses : actions/checkout@v3
4545 - run : make generate preflight
4646 - uses : actions/upload-artifact@v1
4747 with :
9393 runs-on : ubuntu-latest
9494 needs : compile-preflight
9595 steps :
96- - uses : actions/checkout@master
96+ - uses : actions/checkout@v3
9797 - uses : replicatedhq/action-k3s@main
9898 id : k3s
9999 with :
@@ -117,7 +117,7 @@ jobs:
117117 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
118118 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
119119 shell : bash
120- - uses : actions/checkout@master
120+ - uses : actions/checkout@v3
121121 - run : make generate support-bundle
122122 - uses : actions/upload-artifact@v1
123123 with :
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 needs : compile-supportbundle
130130 steps :
131- - uses : actions/checkout@v1
131+ - uses : actions/checkout@v3
132132 - uses : replicatedhq/action-k3s@main
133133 id : k3s
134134 with :
@@ -147,7 +147,7 @@ jobs:
147147 runs-on : ubuntu-latest
148148 needs : compile-supportbundle
149149 steps :
150- - uses : actions/checkout@master
150+ - uses : actions/checkout@v3
151151 - uses : replicatedhq/action-k3s@main
152152 id : k3s
153153 with :
@@ -171,7 +171,7 @@ jobs:
171171 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
172172 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
173173 shell : bash
174- - uses : actions/checkout@master
174+ - uses : actions/checkout@v3
175175 - run : make generate collect
176176 - uses : actions/upload-artifact@v1
177177 with :
@@ -183,7 +183,7 @@ jobs:
183183 if : startsWith(github.ref, 'refs/tags/v') != true
184184 steps :
185185 - name : Checkout
186- uses : actions/checkout@v2
186+ uses : actions/checkout@v3
187187
188188 - name : Unshallow
189189 run : git fetch --prune --unshallow
@@ -207,7 +207,7 @@ jobs:
207207 if : startsWith(github.ref, 'refs/tags/v')
208208 steps :
209209 - name : Checkout
210- uses : actions/checkout@v2
210+ uses : actions/checkout@v3
211211
212212 - uses : azure/docker-login@v1
213213 with :
0 commit comments