Skip to content

Commit

Permalink
chore(deps): update github-actions deps (major) (#30111)
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 |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | major |
`v3` -> `v4` |
|
[kentaro-m/auto-assign-action](https://togithub.com/kentaro-m/auto-assign-action)
| action | major | `v1.2.6` -> `v2.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v4`](https://togithub.com/actions/cache/compare/v3...v4)

[Compare Source](https://togithub.com/actions/cache/compare/v3...v4)

</details>

<details>
<summary>kentaro-m/auto-assign-action
(kentaro-m/auto-assign-action)</summary>

###
[`v2.0.0`](https://togithub.com/kentaro-m/auto-assign-action/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/kentaro-m/auto-assign-action/compare/v1.2.6...v2.0.0)

#### What's Changed

- chore(deps): update dependency prettier to v3.2.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kentaro-m/auto-assign-action#166
- fix: update Node.js version and action configuration by
[@&#8203;kentaro-m](https://togithub.com/kentaro-m) in
[kentaro-m/auto-assign-action#170
- fix: update [@&#8203;types/node](https://togithub.com/types/node)
version to 20.11.13 by
[@&#8203;kentaro-m](https://togithub.com/kentaro-m) in
[kentaro-m/auto-assign-action#171

**Full Changelog**:
kentaro-m/auto-assign-action@v1.2.6...v2.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Antoine Toulme <antoine@lunar-ocean.com>
  • Loading branch information
renovate[bot] and atoulme committed Mar 14, 2024
1 parent 7dcc12b commit 9102c75
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: run
uses: kentaro-m/auto-assign-action@v1.2.6
uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: ".github/auto_assign.yml"
repo-token: '${{ secrets.GITHUB_TOKEN }}'
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Cache Go
id: go-mod-cache
timeout-minutes: 25
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~\go\pkg\mod
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand All @@ -106,7 +106,7 @@ jobs:
if: steps.go-cache.outputs.cache-hit != 'true'
run: make install-tools
- name: Cache Lint Build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/go-build
key: go-lint-build-${{ matrix.group }}-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand All @@ -182,7 +182,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand All @@ -277,7 +277,7 @@ jobs:
if: steps.go-cache.outputs.cache-hit != 'true'
run: make install-tools
- name: Cache Test Build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/go-build
key: go-test-build-${{ runner.os }}-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand All @@ -419,7 +419,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -571,7 +571,7 @@ jobs:
pattern: collector-binaries-*
- name: Cache Wix
id: wix-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
"C:\Program Files (x86)\WiX Toolset v3.11"
Expand Down Expand Up @@ -628,7 +628,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-compliance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/telemetrygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Cache Go
id: go-cache
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down

0 comments on commit 9102c75

Please sign in to comment.