Skip to content

Commit ab4d3f4

Browse files
committed
Merge branch 'main' of github.com:vormkracht10/backstage-media-field
2 parents 0e92cdd + da72bd5 commit ab4d3f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

1515
- name: Dependabot metadata
1616
id: metadata
17-
uses: dependabot/fetch-metadata@v2.2.0
17+
uses: dependabot/fetch-metadata@v2.3.0
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.head_ref }}
2121

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

2525
- name: Commit changes
2626
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)