Skip to content

Commit d499b4c

Browse files
Update actions/checkout action to v6
1 parent a68d9a4 commit d499b4c

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@v5
37+
uses: actions/checkout@v6
3838
with:
3939
repository: "phpstan/${{ matrix.extension-name }}"
4040

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

0 commit comments

Comments
 (0)