Skip to content

Commit 1e1ddf8

Browse files
authored
Fix CI deprecation (#181)
1 parent a26825e commit 1e1ddf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
symfony-version: 7.0.*
7979
steps:
8080
- name: "Checkout"
81-
uses: actions/checkout@v2
81+
uses: actions/checkout@v4
8282

8383
- name: "Setup PHP"
8484
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)