mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 10:20:27 +00:00
chore: bump deps
Update: K8s to 0.28.3 Github Actions deps Talos 1.5.5 Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
This commit is contained in:
2
.github/workflows/build-edge.yaml
vendored
2
.github/workflows/build-edge.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@v3.1.2
|
||||
uses: sigstore/cosign-installer@v3.2.0
|
||||
- name: Set up docker buildx
|
||||
run: make docker-init
|
||||
|
||||
|
||||
1
.github/workflows/build-test.yaml
vendored
1
.github/workflows/build-test.yaml
vendored
@@ -37,6 +37,7 @@ jobs:
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.55.2
|
||||
args: --config=.golangci.yml
|
||||
- name: Build
|
||||
run: make build
|
||||
|
||||
2
.github/workflows/charts.yaml
vendored
2
.github/workflows/charts.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
- name: Install chart-testing tools
|
||||
uses: helm/chart-testing-action@v2.4.0
|
||||
uses: helm/chart-testing-action@v2.6.1
|
||||
|
||||
- name: Run helm chart linter
|
||||
run: ct --config hack/ct.yml lint
|
||||
|
||||
2
.github/workflows/release-charts.yaml
vendored
2
.github/workflows/release-charts.yaml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
with:
|
||||
version: v3.12.2
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@v3.1.2
|
||||
uses: sigstore/cosign-installer@v3.2.0
|
||||
|
||||
- name: Github registry login
|
||||
uses: docker/login-action@v3
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@v3.1.2
|
||||
uses: sigstore/cosign-installer@v3.2.0
|
||||
- name: Set up docker buildx
|
||||
run: make docker-init
|
||||
|
||||
|
||||
Reference in New Issue
Block a user