File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v2
1818
1919 - name : Cache vendor
20- uses : actions/cache@v2
20+ uses : actions/cache@v4
2121 with :
2222 path : |
2323 vendor
3434 run : ' [ -e vendor ] || composer install'
3535
3636 - name : Lint
37- run : make lint
37+ run : make lint
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v2
1818
1919 - name : Cache vendor
20- uses : actions/cache@v2
20+ uses : actions/cache@v4
2121 with :
2222 path : |
2323 vendor
3535 run : ' [ -e vendor ] || composer install'
3636
3737 - name : Run Tests With Coverage
38- run : make deps test-coverage && bash <(curl -s https://codecov.io/bash)
38+ run : make deps test-coverage && bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v2
1818
1919 - name : Cache vendor
20- uses : actions/cache@v2
20+ uses : actions/cache@v4
2121 with :
2222 path : |
2323 vendor
3434 run : ' [ -e vendor ] || composer install'
3535
3636 - name : Run Tests
37- run : make deps test
37+ run : make deps test
You can’t perform that action at this time.
0 commit comments