Skip to content

Commit 88baff3

Browse files
committed
improve yaml files
1 parent 92fb7a9 commit 88baff3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git checkout
14-
uses: actions/checkout@v4.1.2
14+
uses: actions/checkout@v4
1515

1616
- name: Validate Composer configuration
1717
run: composer validate --strict
@@ -22,6 +22,6 @@ jobs:
2222
composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true
2323
composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
2424
25-
- uses: stefanzweifel/git-auto-commit-action@v4.15.4
25+
- uses: stefanzweifel/git-auto-commit-action@v5
2626
with:
2727
commit_message: normalize composer.json

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

Lines changed: 2 additions & 2 deletions
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
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919
compat-lookup: true
@@ -37,4 +37,4 @@ jobs:
3737
run: gh pr merge --auto --merge "$PR_URL"
3838
env:
3939
PR_URL: ${{github.event.pull_request.html_url}}
40-
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
40+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/markdown-normalize.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git checkout
14-
uses: actions/checkout@v4.1.2
14+
uses: actions/checkout@v4
1515

1616
- name: Prettify markdown
17-
uses: creyD/prettier_action@v4.3
17+
uses: creyD/prettier_action@v4
1818
with:
1919
prettier_options: --write **/*.md

0 commit comments

Comments
 (0)