Skip to content

Commit 8bc54ab

Browse files
Update actions/checkout action to v6 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2ee8be commit 8bc54ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout"
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: "Install PHP"
2929
uses: "shivammathur/setup-php@v2"
@@ -53,10 +53,10 @@ jobs:
5353

5454
steps:
5555
- name: "Checkout"
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757

5858
- name: "Checkout build-cs"
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
repository: "phpstan/build-cs"
6262
path: "build-cs"
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: "Checkout"
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103

104104
- name: "Install PHP"
105105
uses: "shivammathur/setup-php@v2"
@@ -133,7 +133,7 @@ jobs:
133133

134134
steps:
135135
- name: "Checkout"
136-
uses: actions/checkout@v5
136+
uses: actions/checkout@v6
137137

138138
- name: "Install PHP"
139139
uses: "shivammathur/setup-php@v2"
@@ -165,7 +165,7 @@ jobs:
165165

166166
steps:
167167
- name: "Checkout"
168-
uses: actions/checkout@v5
168+
uses: actions/checkout@v6
169169

170170
- uses: ./.github/actions/setup-php
171171
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
5757
steps:
5858
- name: "Checkout extension"
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
repository: "phpstan/${{ matrix.extension-name }}"
6262
fetch-depth: ${{ matrix.fetch-depth }}
6363

6464
- name: "Checkout build-infection"
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666
with:
6767
path: "build-infection"
6868

0 commit comments

Comments
 (0)