mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 18:20:23 +00:00
chore: bump github actions deps
Update actions/checkout, actions/setup-go. Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
This commit is contained in:
3
.github/workflows/build-test.yaml
vendored
3
.github/workflows/build-test.yaml
vendored
@@ -30,10 +30,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up go
|
- name: Set up go
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
cache: true
|
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
|
|||||||
5
.github/workflows/charts.yaml
vendored
5
.github/workflows/charts.yaml
vendored
@@ -14,13 +14,12 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Unshallow
|
- name: Unshallow
|
||||||
run: git fetch --prune --unshallow
|
run: git fetch --prune --unshallow
|
||||||
|
|
||||||
- name: Install chart-testing tools
|
- name: Install chart-testing tools
|
||||||
id: lint
|
uses: helm/chart-testing-action@v2.4.0
|
||||||
uses: helm/chart-testing-action@v2.3.1
|
|
||||||
|
|
||||||
- name: Run helm chart linter
|
- name: Run helm chart linter
|
||||||
run: ct --config hack/ct.yml lint
|
run: ct --config hack/ct.yml lint
|
||||||
|
|||||||
Reference in New Issue
Block a user