Skip to content

Commit 7ec77f6

Browse files
cq-botrenovate-boterezrokah
authored
fix(deps): Update actions/checkout action to v4 (#14490)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Add support for partial checkout filters](https://togithub.com/actions/checkout/pull/1396) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
1 parent 9bb45dc commit 7ec77f6

86 files changed

Lines changed: 150 additions & 150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/auto_sort_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 30
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Setup node
1515
uses: actions/setup-node@v3
1616
with:

.github/workflows/broken_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 30
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
if: github.event_name == 'pull_request'
2323
with:
2424
# By default actions/checkout puts us in detached HEAD state. We need to checkout the branch so git log works

.github/workflows/check_file_size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 5
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Check file sizes
1919
id: should-run

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
os: [large-ubuntu-monorepo, macos-latest-xl, large-windows-monorepo]
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 2
3535
- name: Set up Go 1.x
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- name: Checkout
6666
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868
- uses: actions/cache@v3
6969
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7070
with:

.github/workflows/dest_azblob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run:
2626
working-directory: ./plugins/destination/azblob
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 2
3131
- name: Set up Go 1.x
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Checkout
6060
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
61-
uses: actions/checkout@v3
61+
uses: actions/checkout@v4
6262
- uses: actions/cache@v3
6363
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
6464
with:

.github/workflows/dest_bigquery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id-token: 'write' # This required for OIDC
3030
contents: 'read' # This is required for actions/checkout@v3
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 2
3535
- name: Authenticate to Google Cloud
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- name: Checkout
6969
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7171
- uses: actions/cache@v3
7272
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7373
with:

.github/workflows/dest_clickhouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
--health-start-period 20s
4848
--health-retries 5
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
with:
5252
fetch-depth: 2
5353
- name: Set up Go 1.x
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- name: Checkout
8181
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
82-
uses: actions/checkout@v3
82+
uses: actions/checkout@v4
8383
- uses: actions/cache@v3
8484
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
8585
with:

.github/workflows/dest_duckdb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run:
2626
working-directory: ./plugins/destination/duckdb
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 2
3131
- name: Set up Go 1.x
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- name: Checkout
5858
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060
- uses: actions/cache@v3
6161
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
6262
with:

.github/workflows/dest_elasticsearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
xpack.security.enabled: false
4040
ES_JAVA_OPTS: -Xms512m -Xmx512m
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
with:
4444
fetch-depth: 2
4545
- name: Set up Go 1.x
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- name: Checkout
6868
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
69-
uses: actions/checkout@v3
69+
uses: actions/checkout@v4
7070
- uses: actions/cache@v3
7171
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7272
with:

.github/workflows/dest_file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run:
2828
working-directory: ./plugins/destination/file
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 2
3333
- name: Set up Go 1.x
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- name: Checkout
5858
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060
- uses: actions/cache@v3
6161
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
6262
with:

0 commit comments

Comments
 (0)