Skip to content

Commit 38bde24

Browse files
Merge branch 'main' of github.com-work:ACT-Training/query-builder
2 parents 8ac8505 + 95c5e90 commit 38bde24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v2.2.0
16+
uses: dependabot/fetch-metadata@v2.3.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
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ github.head_ref }}
1919

2020
- name: Fix PHP code style issues
21-
uses: aglipanci/laravel-pint-action@2.4
21+
uses: aglipanci/laravel-pint-action@2.5
2222

2323
- name: Commit changes
2424
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)