File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 mysql -e "CREATE USER 'forge'@'localhost' IDENTIFIED BY '';" --user=root --password=root
3838 mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'forge'@'localhost';" --user=root --password=root
3939
40- - uses : actions/checkout@v2
40+ - uses : actions/checkout@v4
4141
4242 - name : Validate composer.json and composer.lock
4343 run : composer validate --strict
4444
4545 - name : Cache Composer packages
4646 id : composer-cache
47- uses : actions/cache@v2
47+ uses : actions/cache@v4
4848 with :
4949 path : vendor
5050 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1414 "name" : " Paul R. Rogers" ,
1515 "role" : " Developer"
1616 },
17+ {
18+ "name" : " Quentin Schmick" ,
19+ "role" : " Developer"
20+ },
1721 {
1822 "name" : " Always Open" ,
1923 "role" : " Organization"
You can’t perform that action at this time.
0 commit comments