Skip to content

Commit 0208f54

Browse files
Update actions/checkout action to v4
1 parent 5d10e28 commit 0208f54

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
@@ -33,12 +33,12 @@ jobs:
3333

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

4040
- name: "Checkout build-cs"
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242
with:
4343
path: "build-cs"
4444

0 commit comments

Comments
 (0)