Skip to content

Commit c3a27c4

Browse files
Update actions/checkout action to v4
1 parent b95d56e commit c3a27c4

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)