Skip to content

Commit 16ef9cd

Browse files
authored
[TASK] GH workflows actions/checkout@v4 (#544)
v3 is deprecated.
1 parent 589c2a4 commit 16ef9cd

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
@@ -16,7 +16,7 @@ jobs:
1616
php: [ '8.1' , '8.2', '8.3' ]
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Composer install
2222
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s composerUpdate

0 commit comments

Comments
 (0)