File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - name : Install PHP
1818 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - run : docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818
2121
2222 - name : Cache Composer packages
2323 id : composer-cache
24- uses : actions/cache@v3
24+ uses : actions/cache@v4
2525 with :
2626 path : vendor
2727 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - run : docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818
2121
2222 - name : Cache Composer packages
2323 id : composer-cache
24- uses : actions/cache@v3
24+ uses : actions/cache@v4
2525 with :
2626 path : vendor
2727 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - run : docker run -d --net=host --shm-size=2g selenium/standalone-firefox:3.141.59-oxygen
1818
2121
2222 - name : Cache Composer packages
2323 id : composer-cache
24- uses : actions/cache@v2
24+ uses : actions/cache@v4
2525 with :
2626 path : vendor
2727 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments