Bump GitHub Actions (#786)
Signed-off-by: Hugo van Kemenade <[email protected]>
This commit is contained in:
@@ -18,24 +18,24 @@ jobs:
|
||||
steps:
|
||||
- name: GitHub App token
|
||||
id: github_app_token
|
||||
uses: tibdex/github-app-token@v1.5.0
|
||||
uses: tibdex/github-app-token@v2.1.0
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
installation_id: 22958780
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ steps.github_app_token.outputs.token }}
|
||||
|
||||
- name: Update the changelog
|
||||
uses: dangoslen/dependabot-changelog-helper@v2
|
||||
uses: dangoslen/dependabot-changelog-helper@v3
|
||||
with:
|
||||
version: 'Unreleased'
|
||||
|
||||
- name: Commit the changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "Update changelog"
|
||||
branch: ${{ github.head_ref }}
|
||||
|
||||
Reference in New Issue
Block a user