File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 name : Build and push consumer-producer image to use in our canaries
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 path : src/github.com/${{ env.ORIGINAL_REPO_NAME }}
2020 - uses : docker/setup-buildx-action@v3
4242 working-directory : src/github.com/${{env.ORIGINAL_REPO_NAME}}
4343 steps :
4444 - name : Check out code
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v6
4646 with :
4747 fetch-depth : 1
4848 path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
Original file line number Diff line number Diff line change 2929 working-directory : src/github.com/${{env.ORIGINAL_REPO_NAME}}
3030 steps :
3131 - name : Check out code
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 1
3535 path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
You can’t perform that action at this time.
0 commit comments