Skip to content

Commit 9102c75

Browse files
chore(deps): update github-actions deps (major) (#30111)
[![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 [https://github.com/kentaro-m/auto-assign-action/pull/166](https://togithub.com/kentaro-m/auto-assign-action/pull/166) - fix: update Node.js version and action configuration by [@&#8203;kentaro-m](https://togithub.com/kentaro-m) in [https://github.com/kentaro-m/auto-assign-action/pull/170](https://togithub.com/kentaro-m/auto-assign-action/pull/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 [https://github.com/kentaro-m/auto-assign-action/pull/171](https://togithub.com/kentaro-m/auto-assign-action/pull/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>
1 parent 7dcc12b commit 9102c75

9 files changed

Lines changed: 27 additions & 27 deletions

.github/workflows/auto-assign-owners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.actor != 'dependabot[bot]' }}
1414
steps:
1515
- name: run
16-
uses: kentaro-m/auto-assign-action@v1.2.6
16+
uses: kentaro-m/auto-assign-action@v2.0.0
1717
with:
1818
configuration-path: ".github/auto_assign.yml"
1919
repo-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/build-and-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Cache Go
5656
id: go-mod-cache
5757
timeout-minutes: 25
58-
uses: actions/cache@v3
58+
uses: actions/cache@v4
5959
with:
6060
path: |
6161
~\go\pkg\mod

.github/workflows/build-and-test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Cache Go
3232
id: go-cache
3333
timeout-minutes: 5
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: |
3737
~/go/bin
@@ -93,7 +93,7 @@ jobs:
9393
- name: Cache Go
9494
id: go-cache
9595
timeout-minutes: 5
96-
uses: actions/cache@v3
96+
uses: actions/cache@v4
9797
with:
9898
path: |
9999
~/go/bin
@@ -106,7 +106,7 @@ jobs:
106106
if: steps.go-cache.outputs.cache-hit != 'true'
107107
run: make install-tools
108108
- name: Cache Lint Build
109-
uses: actions/cache@v3
109+
uses: actions/cache@v4
110110
with:
111111
path: ~/.cache/go-build
112112
key: go-lint-build-${{ matrix.group }}-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
@@ -159,7 +159,7 @@ jobs:
159159
- name: Cache Go
160160
id: go-cache
161161
timeout-minutes: 5
162-
uses: actions/cache@v3
162+
uses: actions/cache@v4
163163
with:
164164
path: |
165165
~/go/bin
@@ -182,7 +182,7 @@ jobs:
182182
- name: Cache Go
183183
id: go-cache
184184
timeout-minutes: 5
185-
uses: actions/cache@v3
185+
uses: actions/cache@v4
186186
with:
187187
path: |
188188
~/go/bin
@@ -264,7 +264,7 @@ jobs:
264264
- name: Cache Go
265265
id: go-cache
266266
timeout-minutes: 5
267-
uses: actions/cache@v3
267+
uses: actions/cache@v4
268268
with:
269269
path: |
270270
~/go/bin
@@ -277,7 +277,7 @@ jobs:
277277
if: steps.go-cache.outputs.cache-hit != 'true'
278278
run: make install-tools
279279
- name: Cache Test Build
280-
uses: actions/cache@v3
280+
uses: actions/cache@v4
281281
with:
282282
path: ~/.cache/go-build
283283
key: go-test-build-${{ runner.os }}-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
@@ -355,7 +355,7 @@ jobs:
355355
- name: Cache Go
356356
id: go-cache
357357
timeout-minutes: 5
358-
uses: actions/cache@v3
358+
uses: actions/cache@v4
359359
with:
360360
path: |
361361
~/go/bin
@@ -393,7 +393,7 @@ jobs:
393393
- name: Cache Go
394394
id: go-cache
395395
timeout-minutes: 5
396-
uses: actions/cache@v3
396+
uses: actions/cache@v4
397397
with:
398398
path: |
399399
~/go/bin
@@ -419,7 +419,7 @@ jobs:
419419
- name: Cache Go
420420
id: go-cache
421421
timeout-minutes: 5
422-
uses: actions/cache@v3
422+
uses: actions/cache@v4
423423
with:
424424
path: |
425425
~/go/bin
@@ -488,7 +488,7 @@ jobs:
488488
- name: Cache Go
489489
id: go-cache
490490
timeout-minutes: 5
491-
uses: actions/cache@v3
491+
uses: actions/cache@v4
492492
with:
493493
path: |
494494
~/go/bin
@@ -571,7 +571,7 @@ jobs:
571571
pattern: collector-binaries-*
572572
- name: Cache Wix
573573
id: wix-cache
574-
uses: actions/cache@v3
574+
uses: actions/cache@v4
575575
with:
576576
path: |
577577
"C:\Program Files (x86)\WiX Toolset v3.11"
@@ -628,7 +628,7 @@ jobs:
628628
- name: Cache Go
629629
id: go-cache
630630
timeout-minutes: 5
631-
uses: actions/cache@v3
631+
uses: actions/cache@v4
632632
with:
633633
path: |
634634
~/go/bin

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Cache Go
3939
id: go-cache
4040
timeout-minutes: 5
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: |
4444
~/go/bin

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Cache Go
2828
id: go-cache
2929
timeout-minutes: 5
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: |
3333
~/go/bin
@@ -56,7 +56,7 @@ jobs:
5656
- name: Cache Go
5757
id: go-cache
5858
timeout-minutes: 5
59-
uses: actions/cache@v3
59+
uses: actions/cache@v4
6060
with:
6161
path: |
6262
~/go/bin
@@ -88,7 +88,7 @@ jobs:
8888
- name: Cache Go
8989
id: go-cache
9090
timeout-minutes: 5
91-
uses: actions/cache@v3
91+
uses: actions/cache@v4
9292
with:
9393
path: |
9494
~/go/bin
@@ -135,7 +135,7 @@ jobs:
135135
- name: Cache Go
136136
id: go-cache
137137
timeout-minutes: 5
138-
uses: actions/cache@v3
138+
uses: actions/cache@v4
139139
with:
140140
path: |
141141
~/go/bin

.github/workflows/load-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Cache Go
3232
id: go-cache
3333
timeout-minutes: 5
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: |
3737
~/go/bin
@@ -69,7 +69,7 @@ jobs:
6969
- name: Cache Go
7070
id: go-cache
7171
timeout-minutes: 5
72-
uses: actions/cache@v3
72+
uses: actions/cache@v4
7373
with:
7474
path: |
7575
~/go/bin

.github/workflows/prometheus-compliance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Cache Go
3333
id: go-cache
3434
timeout-minutes: 5
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: |
3838
~/go/bin

.github/workflows/telemetrygen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Cache Go
3030
id: go-cache
3131
timeout-minutes: 5
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: |
3535
~/go/bin
@@ -68,7 +68,7 @@ jobs:
6868
- name: Cache Go
6969
id: go-cache
7070
timeout-minutes: 5
71-
uses: actions/cache@v3
71+
uses: actions/cache@v4
7272
with:
7373
path: |
7474
~/go/bin
@@ -113,7 +113,7 @@ jobs:
113113
- name: Cache Go
114114
id: go-cache
115115
timeout-minutes: 5
116-
uses: actions/cache@v3
116+
uses: actions/cache@v4
117117
with:
118118
path: |
119119
~/go/bin

.github/workflows/tidy-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Cache Go
2727
id: go-cache
2828
timeout-minutes: 5
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: |
3232
~/go/bin

0 commit comments

Comments
 (0)