diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 48d586b..8291127 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -48,10 +48,10 @@ jobs: sha: ${{ steps.release.outputs.sha }} steps: - id: token - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 with: - app_id: ${{ secrets.STATNETT_BOT_APP_ID }} - private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }} + app-id: ${{ secrets.STATNETT_BOT_APP_ID }} + private-key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }} - id: release uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0 diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ec087f9..a3cf436 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.4" + ".": "0.4.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7561896..b2d704d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/statnett/github-workflows/compare/v0.4.4...v0.4.5) (2026-03-23) + + +### Bug Fixes + +* migrate tibdex/github-app-token -> create-github-app-token ([2041070](https://github.com/statnett/github-workflows/commit/2041070ee153f854933dcb68fbbb771c5021a656)) + ## [0.4.4](https://github.com/statnett/github-workflows/compare/v0.4.3...v0.4.4) (2025-08-04)