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 3434 runs-on : ubuntu-latest
3535 timeout-minutes : 10
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v4
3838 - uses : actions/setup-go@v4
3939 with :
4040 go-version : 1.21.1
4545 with :
4646 github_app_id : ${{ secrets.E2E_SETUP_GITHUB_APP_ID }}
4747 github_app_private_key : ${{ secrets.E2E_SETUP_GITHUB_APP_PRIVATE_KEY }}
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
4949 with :
5050 token : ${{ steps.octoken.outputs.token }}
5151 repository : int128/argocd-commenter-e2e-test
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 timeout-minutes : 10
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - run : kustomize edit set image controller='ghcr.io/${{ github.repository }}:${{ github.ref_name }}'
2121 working-directory : config/manager
2222 - run : kustomize build config/default > /tmp/argocd-commenter.yaml
You can’t perform that action at this time.
0 commit comments