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 2929 go-version-file : go.mod
3030
3131 - name : Run golangci-lint
32- uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
32+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
3333 with :
3434 version : v2.1.0
3535 args : --timeout 10m --verbose --issues-exit-code=0
@@ -105,7 +105,7 @@ jobs:
105105 continue-on-error : true
106106
107107 - name : Generate code coverage artifacts
108- uses : actions/upload-artifact@v5
108+ uses : actions/upload-artifact@v6
109109 with :
110110 name : code-coverage
111111 path : coverage.out
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185185 # oci://quay.io/jetstack/version-checker/chart
186186
187187 - name : Creating Publishing Chart's PR
188- uses : peter-evans/create-pull-request@v7
188+ uses : peter-evans/create-pull-request@v8
189189 if : ${{ startsWith(github.ref, 'refs/tags/') }}
190190 with :
191191 token : ${{ secrets.JETSTACK_CHARTS_PAT }}
You can’t perform that action at this time.
0 commit comments