File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 name : Check Buildah Remote
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6 .0.2
12+ - uses : actions/checkout@v7 .0.0
1313 - name : Install Go
1414 uses : actions/setup-go@v6.4.0
1515 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out code
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414
1515 - name : Install oc
1616 run : |
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out code
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414
1515 - name : Check task owners
1616 run : |
Original file line number Diff line number Diff line change 1414 - task-generator/remote
1515 - task-generator/trusted-artifacts
1616 steps :
17- - uses : actions/checkout@v6 .0.2
17+ - uses : actions/checkout@v7 .0.0
1818 - uses : actions/setup-go@v6.4.0
1919 with :
2020 go-version-file : ' ./${{matrix.path}}/go.mod'
3333 - task-generator/remote
3434 - task-generator/trusted-artifacts
3535 steps :
36- - uses : actions/checkout@v6 .0.2
36+ - uses : actions/checkout@v7 .0.0
3737 - name : Install Go
3838 uses : actions/setup-go@v6.4.0
3939 with :
7777 - task-generator/remote
7878 - task-generator/trusted-artifacts
7979 steps :
80- - uses : actions/checkout@v6 .0.2
80+ - uses : actions/checkout@v7 .0.0
8181 - uses : actions/setup-go@v6.4.0
8282 with :
8383 go-version-file : ' ./${{matrix.path}}/go.mod'
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out code
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 99 yamllint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Lint YAML files
1414 run : yamllint .
You can’t perform that action at this time.
0 commit comments