Skip to content

Commit

Permalink
chore(deps): update github-actions deps (open-telemetry#31206)
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 |
|---|---|---|---|
| [Wandalen/wretry.action](https://togithub.com/Wandalen/wretry.action)
| action | minor | `v1.3.0` -> `v1.4.4` |
| [helm/kind-action](https://togithub.com/helm/kind-action) | action |
minor | `v1.8.0` -> `v1.9.0` |

---

### Release Notes

<details>
<summary>Wandalen/wretry.action (Wandalen/wretry.action)</summary>

###
[`v1.4.4`](https://togithub.com/Wandalen/wretry.action/compare/v1.4.3...v1.4.4)

[Compare
Source](https://togithub.com/Wandalen/wretry.action/compare/v1.4.3...v1.4.4)

###
[`v1.4.3`](https://togithub.com/Wandalen/wretry.action/compare/v1.4.2...v1.4.3)

[Compare
Source](https://togithub.com/Wandalen/wretry.action/compare/v1.4.2...v1.4.3)

###
[`v1.4.2`](https://togithub.com/Wandalen/wretry.action/compare/v1.4.1...v1.4.2)

[Compare
Source](https://togithub.com/Wandalen/wretry.action/compare/v1.4.1...v1.4.2)

###
[`v1.4.1`](https://togithub.com/Wandalen/wretry.action/compare/v1.4.0...v1.4.1)

[Compare
Source](https://togithub.com/Wandalen/wretry.action/compare/v1.4.0...v1.4.1)

###
[`v1.4.0`](https://togithub.com/Wandalen/wretry.action/compare/v1.3.0...v1.4.0)

[Compare
Source](https://togithub.com/Wandalen/wretry.action/compare/v1.3.0...v1.4.0)

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

#### New Contributors

- [@&open-telemetry#8203;musse](https://togithub.com/musse) made their first
contribution in
[helm/kind-action#93
- [@&open-telemetry#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 - "on tuesday" (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/open-telemetry/opentelemetry-collector-contrib).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and XinRanZhAWS committed Mar 13, 2024
1 parent d78ca5d commit 091787f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
merge-multiple: true
pattern: coverage-artifacts-*
- name: Upload coverage report
uses: Wandalen/wretry.action@v1.3.0
uses: Wandalen/wretry.action@v1.4.4
with:
action: codecov/codecov-action@v3
with: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
if: steps.go-cache.outputs.cache-hit != 'true'
run: make -j2 gomoddownload
- name: Create kind cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
node_image: kindest/node:${{ matrix.k8s-version }}
kubectl_version: ${{ matrix.k8s-version }}
Expand Down

0 comments on commit 091787f

Please sign in to comment.