File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 name : lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : golangci-lint
1616 uses : golangci/golangci-lint-action@v9
1717 with :
Original file line number Diff line number Diff line change 2424 password : ${{ secrets.GITHUB_TOKEN }}
2525 logout : false
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 - name : Modify Dockerfile
2929 run : |
3030 sed -i -e "s|%VERSION%|latest|g" Dockerfile
Original file line number Diff line number Diff line change 2828 password : ${{ secrets.GITHUB_TOKEN }}
2929 logout : false
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 - name : Modify Dockerfile
3333 run : |
3434 sed -i -e "s|%VERSION%|${{ matrix.tag }}|g" Dockerfile
Original file line number Diff line number Diff line change 2626 password : ${{ secrets.GITHUB_TOKEN }}
2727 logout : false
2828 - name : Checkout
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 - name : Modify Dockerfile
3131 run : |
3232 sed -i -e "s|%VERSION%|latest|g" Dockerfile
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v5
49+ uses : actions/checkout@v6
5050 - name : Create kind cluster
51515252 - name : Install Helm chart for testing
You can’t perform that action at this time.
0 commit comments