Skip to content

Commit b233d8a

Browse files
authored
chore(deps): Update actions/cache action to v5 (#22153)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v4` → `v5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/16949) for more information. --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v5`](https://redirect.github.com/actions/cache/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/cache/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
1 parent f8b3fae commit b233d8a

40 files changed

Lines changed: 47 additions & 47 deletions

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
go-version-file: cli/go.mod
4545
cache: false
46-
- uses: actions/cache@v4
46+
- uses: actions/cache@v5
4747
with:
4848
path: |
4949
~/.cache/go-build
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
go-version-file: cli/go.mod
8585
cache: false
86-
- uses: actions/cache@v4
86+
- uses: actions/cache@v5
8787
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
8888
with:
8989
path: |

.github/workflows/dest_azblob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
go-version-file: plugins/destination/azblob/go.mod
3939
cache: false
40-
- uses: actions/cache@v4
40+
- uses: actions/cache@v5
4141
with:
4242
path: |
4343
~/.cache/go-build

.github/workflows/dest_bigquery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
go-version-file: plugins/destination/bigquery/go.mod
4545
cache: false
46-
- uses: actions/cache@v4
46+
- uses: actions/cache@v5
4747
with:
4848
path: |
4949
~/.cache/go-build
@@ -94,7 +94,7 @@ jobs:
9494
go-version-file: plugins/destination/bigquery/go.mod
9595
cache: false
9696

97-
- uses: actions/cache@v4
97+
- uses: actions/cache@v5
9898
with:
9999
path: |
100100
~/.cache/go-build

.github/workflows/dest_clickhouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
go-version-file: plugins/destination/clickhouse/go.mod
4040
cache: false
41-
- uses: actions/cache@v4
41+
- uses: actions/cache@v5
4242
with:
4343
path: |
4444
~/.cache/go-build

.github/workflows/dest_duckdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
go-version-file: plugins/destination/duckdb/go.mod
3939
cache: false
40-
- uses: actions/cache@v4
40+
- uses: actions/cache@v5
4141
with:
4242
path: |
4343
~/.cache/go-build

.github/workflows/dest_elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
go-version-file: plugins/destination/elasticsearch/go.mod
3939
cache: false
40-
- uses: actions/cache@v4
40+
- uses: actions/cache@v5
4141
with:
4242
path: |
4343
~/.cache/go-build

.github/workflows/dest_file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
go-version-file: plugins/destination/file/go.mod
4141
cache: false
42-
- uses: actions/cache@v4
42+
- uses: actions/cache@v5
4343
with:
4444
path: |
4545
~/.cache/go-build

.github/workflows/dest_firehose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
go-version-file: plugins/destination/firehose/go.mod
4343
cache: false
44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v5
4545
with:
4646
path: |
4747
~/.cache/go-build

.github/workflows/dest_gcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
go-version-file: plugins/destination/gcs/go.mod
4242
cache: false
43-
- uses: actions/cache@v4
43+
- uses: actions/cache@v5
4444
with:
4545
path: |
4646
~/.cache/go-build

.github/workflows/dest_gremlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
go-version-file: plugins/destination/gremlin/go.mod
3939
cache: false
40-
- uses: actions/cache@v4
40+
- uses: actions/cache@v5
4141
with:
4242
path: |
4343
~/.cache/go-build

0 commit comments

Comments
 (0)