mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 10:20:27 +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
|
||||
timeout-minutes: 5
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
cache: true
|
||||
|
||||
- name: Lint
|
||||
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
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Unshallow
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
- name: Install chart-testing tools
|
||||
id: lint
|
||||
uses: helm/chart-testing-action@v2.3.1
|
||||
uses: helm/chart-testing-action@v2.4.0
|
||||
|
||||
- name: Run helm chart linter
|
||||
run: ct --config hack/ct.yml lint
|
||||
|
||||
Reference in New Issue
Block a user