Skip to content

Commit ff99127

Browse files
Update actions/checkout action to v4
1 parent 87e0fc2 commit ff99127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434

3535
steps:
3636
- name: "Checkout extension"
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
repository: "phpstan/${{ matrix.extension-name }}"
4040

4141
- name: "Checkout build-cs"
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
with:
4444
path: "build-cs"
4545

0 commit comments

Comments
 (0)