File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111
1212 - name : Docker Build
1313 env :
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111
1212 - name : Set up Go
1313 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout code
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111
1212 - name : Setup go
1313 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1010 name : Build and push pattern-operator image to quay.io
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Check that tag version corresponds to metadata version
1616 run : |-
You can’t perform that action at this time.
0 commit comments