File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 - name : New Release
14- uses : cycjimmy/semantic-release-action@v3
14+ uses : cycjimmy/semantic-release-action@v4
1515 id : release # Need an `id` for output variables
1616 env :
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v4
2323
2424 - name : Cache dependencies
25- uses : actions/cache@v1
25+ uses : actions/cache@v4
2626 with :
2727 path : ~/.composer/cache/files
2828 key : php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change 1616<a href =" https://packagist.org/packages/craftsys/msg91-php " ><img src =" https://img.shields.io/packagist/dt/craftsys/msg91-php " alt =" Total Downloads " /></a >
1717<a href =" https://packagist.org/packages/craftsys/msg91-php " ><img src =" https://img.shields.io/packagist/v/craftsys/msg91-php?label=version " alt =" Latest Stable Version " /></a >
1818<a href =" https://packagist.org/packages/craftsys/msg91-php " ><img src =" https://img.shields.io/packagist/l/craftsys/msg91-php " alt =" License " /></a >
19- <a href =" https://packagist.org/packages/ craftsys/msg91-php " ><img src =" https://img.shields.io/github/workflow/status/ craftsys/msg91-php/tests?label=tests " alt =" Status " /></a >
19+ <a href =" https://github.com/ craftsys/msg91-laravel/actions/workflows/test.yml " ><img src =" https://github.com/ craftsys/msg91-laravel/actions/workflows/test.yml/badge.svg " alt =" Status " /></a >
2020</p >
2121
2222_ This library requires a minimum PHP version of 7.1_
You can’t perform that action at this time.
0 commit comments