File tree Expand file tree Collapse file tree 6 files changed +10
-13
lines changed
Expand file tree Collapse file tree 6 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 66 auto-merge :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 - uses : ahmadnassri/action-dependabot-auto-merge@v2.6
1111 with :
1212 target : minor
Original file line number Diff line number Diff line change 1717 with :
1818 args : --write .
1919
20- - uses : stefanzweifel/git-auto-commit-action@v5 .1.0
20+ - uses : stefanzweifel/git-auto-commit-action@v7 .1.0
2121 with :
2222 commit_user_name : Markus Poerschke (Bot)
2323 commit_user_email : markus+githubbot@poerschke.nrw
Original file line number Diff line number Diff line change 66 name : Danger JS
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 - name : Danger
1111 uses : docker://ghcr.io/danger/danger-js:10.6.6
1212 env :
Original file line number Diff line number Diff line change 2222 token : ${{ secrets.PAT }}
2323
2424 - name : Update changelog
25- uses : thomaseizinger/keep-a-changelog-new-release@1.3 .0
25+ uses : thomaseizinger/keep-a-changelog-new-release@3.1 .0
2626 with :
2727 version : ${{ github.event.inputs.version }}
2828
3333
3434 - run : git checkout -b release/${{ github.event.inputs.version }}
3535
36- - uses : stefanzweifel/git-auto-commit-action@v5 .1.0
36+ - uses : stefanzweifel/git-auto-commit-action@v7 .1.0
3737 with :
3838 branch : release/${{ github.event.inputs.version }}
3939 commit_user_name : Markus Poerschke (Bot)
4343
4444 - name : Create pull request
4545 uses : thomaseizinger/create-pull-request@1.4.0
46- env :
47- GITHUB_TOKEN : ${{ secrets.PAT }}
4846 with :
4947 head : release/${{ github.event.inputs.version }}
5048 base : ${{ github.event.inputs.target_branch }}
5654 This PR was created in response to a manual trigger of the release workflow here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}.
5755 I've updated the changelog: ${{ steps.make-commit.outputs.commit }}.
5856 Merging this PR will create a GitHub release.
57+ github_token : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 if : github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
1515 steps :
16- - name : Checkout
17- uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1817
1918 - name : Extract version from branch name (for release branches)
2019 run : |
@@ -30,13 +29,12 @@ jobs:
3029 version : ${{ env.RELEASE_VERSION }}
3130
3231 - name : Create Release
33- uses : thomaseizinger/create-release@1.0.0
34- env :
35- GITHUB_TOKEN : ${{ secrets.PAT }}
32+ uses : thomaseizinger/create-release@2.0.0
3633 with :
3734 target_commitish : ${{ github.event.pull_request.merge_commit_sha }}
3835 tag_name : ${{ env.RELEASE_VERSION }}
3936 name : ${{ env.RELEASE_VERSION }}
4037 body : ${{ steps.changelog.outputs.description }}
4138 draft : false
4239 prerelease : false
40+ github_token : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 77 name : Spell check
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - uses : reviewdog/action-languagetool@v1
1212 with :
1313 github_token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments