File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v2.0.0
10+ uses : actions/checkout@v4
1111
1212 - name : PHP syntax checker 5.6
1313 uses : prestashop/github-action-php-lint/5.6@master
@@ -38,10 +38,10 @@ jobs:
3838 php-version : ' 7.4'
3939
4040 - name : Checkout
41- uses : actions/checkout@v2.0.0
41+ uses : actions/checkout@v4
4242
4343 - name : Cache dependencies
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 with :
4646 path : vendor
4747 key : php-${{ hashFiles('composer.lock') }}
@@ -66,18 +66,18 @@ jobs:
6666 php-version : ' 7.4'
6767
6868 - name : Checkout
69- uses : actions/checkout@v2.0.0
69+ uses : actions/checkout@v4
7070
7171 # Add vendor folder in cache to make next builds faster
7272 - name : Cache vendor folder
73- uses : actions/cache@v1
73+ uses : actions/cache@v4
7474 with :
7575 path : vendor
7676 key : php-${{ hashFiles('composer.lock') }}
7777
7878 # Add composer local folder in cache to make next builds faster
7979 - name : Cache composer folder
80- uses : actions/cache@v1
80+ uses : actions/cache@v4
8181 with :
8282 path : ~/.composer/cache
8383 key : php-composer-cache
You can’t perform that action at this time.
0 commit comments