File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 77 validate-go-mod :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Setup Go
1212 uses : actions/setup-go@v5
1313 with :
2525 runs-on : ubuntu-latest
2626 needs : validate-go-mod
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - name : Setup Go
3030 uses : actions/setup-go@v5
3131 with :
4242 runs-on : ubuntu-latest
4343 needs : validate-go-mod
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 - name : Setup Go
4747 uses : actions/setup-go@v5
4848 with :
5959 runs-on : ubuntu-latest
6060 needs : validate-go-mod
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363
6464 - uses : actions/setup-node@v4
6565 with :
7070 docker-image-tgapi :
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v5
7474 - name : tgapi-build
7575 run : |
7676 docker build -f tgapi/deploy/Dockerfile \
8282 docker-image-tgrun :
8383 runs-on : ubuntu-latest
8484 steps :
85- - uses : actions/checkout@v4
85+ - uses : actions/checkout@v5
8686 - name : tgrun-build
8787 run : |
8888 docker build -f tgrun/Dockerfile \
Original file line number Diff line number Diff line change 99 staging-docker-image-tgapi :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - run : |
1515 docker build -f tgapi/deploy/Dockerfile \
3030 runs-on : ubuntu-latest
3131 needs : staging-docker-image-tgapi
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434
3535 - name : kustomize
3636 run : |
7171 production-docker-image-tgapi :
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/checkout@v4
74+ - uses : actions/checkout@v5
7575
7676 - run : |
7777 docker build -f tgapi/deploy/Dockerfile \
9191 docker-image-tgrun :
9292 runs-on : ubuntu-latest
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v5
9595 - name : tgrun-build
9696 run : |
9797 docker build -f tgrun/Dockerfile \
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-latest
115115 needs : production-docker-image-tgapi
116116 steps :
117- - uses : actions/checkout@v4
117+ - uses : actions/checkout@v5
118118
119119 - name : kustomize
120120 run : |
You can’t perform that action at this time.
0 commit comments