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 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout code
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Psalm
14
14
uses : docker://vimeo/psalm-github-actions
18
18
composer_ignore_platform_reqs : true
19
19
20
20
- name : Upload Security Analysis results to GitHub
21
- uses : github/codeql-action/upload-sarif@v2
21
+ uses : github/codeql-action/upload-sarif@v3
22
22
with :
23
23
sarif_file : results.sarif
24
24
39
39
runs-on : ubuntu-latest
40
40
name : Behat
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
44
44
- name : Install PHP
45
45
uses : shivammathur/setup-php@v2
48
48
49
49
- name : Cache Composer packages
50
50
id : composer-cache
51
- uses : actions/cache@v2
51
+ uses : actions/cache@v4
52
52
with :
53
53
path : vendor
54
54
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -133,7 +133,7 @@ jobs:
133
133
name : Unit Tests - PHP ${{ matrix.php.version }} ${{ matrix.prefer-lowest }}
134
134
135
135
steps :
136
- - uses : actions/checkout@v3
136
+ - uses : actions/checkout@v4
137
137
138
138
- name : Install PHP
139
139
uses : shivammathur/setup-php@v2
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
- name : Cache Composer packages
148
148
id : composer-cache
149
- uses : actions/cache@v3
149
+ uses : actions/cache@v4
150
150
with :
151
151
path : vendor
152
152
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments