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 a65217b + 026b26b commit ac1cb07Copy full SHA for ac1cb07
.github/workflows/dependabot-auto-merge.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Dependabot metadata
15
id: metadata
16
- uses: dependabot/fetch-metadata@v2.2.0
+ uses: dependabot/fetch-metadata@v2.3.0
17
with:
18
github-token: "${{ secrets.GITHUB_TOKEN }}"
19
.github/workflows/fix-php-code-style-issues.yml
@@ -19,7 +19,7 @@ jobs:
ref: ${{ github.head_ref }}
20
21
- name: Fix PHP code style issues
22
- uses: aglipanci/laravel-pint-action@2.4
+ uses: aglipanci/laravel-pint-action@2.5
23
24
- name: Commit changes
25
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments