Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Jan 21, 2024
1 parent 95f1e9b commit 943d88f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-20.04
env:
# https://hub.docker.com/r/rancher/k3s/tags
K3S_VERSION: v1.28.5-k3s1
K3S_VERSION: v1.29.0-k3s1
# https://github.com/helm-unittest/helm-unittest/releases
HELM_UNITTEST_VERSION: 0.4.1

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Check out code
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Check out code
with:
fetch-depth: 0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--timeout=4m"

- name: action-lint
uses: reviewdog/action-actionlint@v1
Expand Down

0 comments on commit 943d88f

Please sign in to comment.