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:
Serge Logvinov
2023-08-08 08:07:31 +03:00
parent 562e7384f7
commit fe5a0b142f
2 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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