Skip to content

Commit 276b9a5

Browse files
chore(deps): update actions/checkout action to v6 (#310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c805e1d commit 276b9a5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Checkout"
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 2
3333

@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: "Checkout"
83-
uses: actions/checkout@v5
83+
uses: actions/checkout@v6
8484
with:
8585
fetch-depth: 2
8686

@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: "Checkout"
116-
uses: actions/checkout@v5
116+
uses: actions/checkout@v6
117117
with:
118118
fetch-depth: 2
119119

.github/workflows/coding-standards.yml

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

2020
steps:
2121
- name: "Checkout"
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: "Install PHP"
2525
uses: "shivammathur/setup-php@v2"

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
CLICKHOUSE_VERSION: "22.10"
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- name: Build the docker compose stack
2121
run: docker compose -f tests/docker-compose.yaml up -d

.github/workflows/static-analysis.yml

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

2020
steps:
2121
- name: "Checkout code"
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: "Install PHP"
2525
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)