Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 9b1885c

Browse files
correction github actions
1 parent 4c36012 commit 9b1885c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
13-
1412
steps:
15-
- uses: actions/checkout@v2
16-
13+
- uses: actions/checkout@v3
1714
- name: Validate composer.json and composer.lock
1815
run: composer validate --strict
19-
2016
- name: Cache Composer packages
2117
id: composer-cache
22-
uses: actions/cache@v2
18+
uses: actions/cache@v3
2319
with:
2420
path: vendor
2521
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: PHP-CS-Fixer
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
# see https://github.com/OskarStark/php-cs-fixer-ga
1616
- name: PHP-CS-Fixer
1717
uses: docker://oskarstark/php-cs-fixer-ga

0 commit comments

Comments
 (0)