Skip to content

Commit 3c38627

Browse files
committed
Merge branch 'main' of github.com:rickgoemans/laravel-user-settings
2 parents 9e209a0 + cbcb443 commit 3c38627

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v1.6.0
16+
uses: dependabot/fetch-metadata@v2.2.0
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Fix PHP code style issues
20-
uses: aglipanci/laravel-pint-action@2.3.1
20+
uses: aglipanci/laravel-pint-action@2.4
2121

2222
- name: Commit changes
2323
uses: stefanzweifel/git-auto-commit-action@v5

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
extensions: sqlite, pdo_sqlite
2323

2424
- name: Install composer dependencies
25-
uses: ramsey/composer-install@v2
25+
uses: ramsey/composer-install@v3
2626

2727
- name: Run PHPStan
2828
run: ./vendor/bin/phpstan --error-format=github

0 commit comments

Comments
 (0)