Skip to content

Commit 2fbedba

Browse files
committed
Optimize workflows
1 parent 9911ab2 commit 2fbedba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2
@@ -31,5 +31,5 @@ jobs:
3131
- name: Install Composer dependencies
3232
run: composer install --prefer-dist --no-interaction
3333

34-
- name: Execute tests
34+
- name: Run tests
3535
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)