diff --git a/.github/workflows/dependabot_pr.yml b/.github/workflows/dependabot_pr.yml index c13a88f84..42c2905d1 100644 --- a/.github/workflows/dependabot_pr.yml +++ b/.github/workflows/dependabot_pr.yml @@ -18,11 +18,11 @@ 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 + installation_retrieval_mode: 22958780 - name: Check out code uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: 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' @@ -41,7 +41,7 @@ jobs: run: prettier --prose-wrap never --write **/*.md - 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 }}