Skip to content

Commit

Permalink
chore(deps): Update github actions deps (#1983)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action)
| action | patch | `v3.7.0` -> `v3.7.1` |
| [helm/kind-action](https://togithub.com/helm/kind-action) | action |
minor | `v1.8.0` -> `v1.9.0` |

---

### Release Notes

<details>
<summary>golangci/golangci-lint-action
(golangci/golangci-lint-action)</summary>

###
[`v3.7.1`](https://togithub.com/golangci/golangci-lint-action/compare/v3.7.0...v3.7.1)

[Compare
Source](https://togithub.com/golangci/golangci-lint-action/compare/v3.7.0...v3.7.1)

</details>

<details>
<summary>helm/kind-action (helm/kind-action)</summary>

###
[`v1.9.0`](https://togithub.com/helm/kind-action/releases/tag/v1.9.0)

[Compare
Source](https://togithub.com/helm/kind-action/compare/v1.8.0...v1.9.0)

#### What's Changed

- Bump actions/checkout from 3.3.0 to 3.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#90
- Bump actions/checkout from 3.5.3 to 3.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#96
- Bump actions/checkout from 3.6.0 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#97
- Bump actions/checkout from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#98
- Bump actions/checkout from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#99
- chore: Bump node version to node20 by
[@&#8203;sayboras](https://togithub.com/sayboras) in
[helm/kind-action#102
- Fix arch detection in non-Debian distros by
[@&#8203;musse](https://togithub.com/musse) in
[helm/kind-action#93
- docs: fix default version in action.yml by
[@&#8203;dunglas](https://togithub.com/dunglas) in
[helm/kind-action#91
- docs: bump outdated action version in README by
[@&#8203;dunglas](https://togithub.com/dunglas) in
[helm/kind-action#92

#### New Contributors

- [@&#8203;musse](https://togithub.com/musse) made their first
contribution in
[helm/kind-action#93
- [@&#8203;dunglas](https://togithub.com/dunglas) made their first
contribution in
[helm/kind-action#91

**Full Changelog**:
helm/kind-action@v1.8.0...v1.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cerbos/cerbos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 12, 2024
1 parent c253d87 commit e510788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:
run: helmfile init --force

- name: Install KinD
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
cluster_name: cerbos-e2e
config: e2e/kind.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Expand Up @@ -200,7 +200,7 @@ jobs:
check-latest: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v3.7.1
with:
version: latest
args: '--config=.golangci.yaml -v'
Expand Down

0 comments on commit e510788

Please sign in to comment.