We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e92cdd + da72bd5 commit ab4d3f4Copy full SHA for ab4d3f4
.github/workflows/dependabot-auto-merge.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Dependabot metadata
16
id: metadata
17
- uses: dependabot/fetch-metadata@v2.2.0
+ uses: dependabot/fetch-metadata@v2.3.0
18
with:
19
github-token: "${{ secrets.GITHUB_TOKEN }}"
20
.github/workflows/fix-php-code-style-issues.yml
@@ -20,7 +20,7 @@ jobs:
ref: ${{ github.head_ref }}
21
22
- name: Fix PHP code style issues
23
- uses: aglipanci/laravel-pint-action@2.4
+ uses: aglipanci/laravel-pint-action@2.5
24
25
- name: Commit changes
26
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments