File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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}}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments