Skip to content

Commit 95f31bc

Browse files
committed
Update GitHub Actions config
1 parent 329c563 commit 95f31bc

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/coding_standards.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v6
18+
with:
19+
repository: netgen-layouts/layouts-coding-standard
20+
path: vendor/netgen/layouts-coding-standard
1721
- uses: docker://oskarstark/php-cs-fixer-ga
1822
with:
1923
args: --diff --dry-run

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
script: ['phpstan', 'phpstan-tests']
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v6
2222
- uses: shivammathur/setup-php@v2
2323
with:
2424
php-version: '8.3'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
phpunit: ['phpunit.xml', 'phpunit-integration-legacy.xml']
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v6
2323
- uses: shivammathur/setup-php@v2
2424
with:
2525
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)