Skip to content

Commit d3f67e9

Browse files
authored
Merge pull request #3183 from ClickHouse/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 795cf5b + 464f3e8 commit d3f67e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout Repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Set up Node.js
2727
uses: actions/setup-node@v3

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Step 1: Check out the repository
2020
- name: Check out repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
# Step 2: Set up environment if required (e.g., installing Aspell)
2424
- name: Install Aspell

.github/workflows/table_of_contents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Step 1 - Check out the repository
2525
- name: Check out repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
# Step 2 - Pull changes
2929
- name: Pull remote Changes

0 commit comments

Comments
 (0)