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 1111 docker-build-and-deploy :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515
1616 - name : Set up Docker Buildx
1717 uses : docker/setup-buildx-action@v1
Original file line number Diff line number Diff line change 99 docker-build-and-nbval :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313
1414 - name : Set up Docker Buildx
1515 uses : docker/setup-buildx-action@v1
Original file line number Diff line number Diff line change 99 docker-build-and-stage :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313
1414 - name : Set up Docker Buildx
1515 uses : docker/setup-buildx-action@v1
You can’t perform that action at this time.
0 commit comments