From 2041070ee153f854933dcb68fbbb771c5021a656 Mon Sep 17 00:00:00 2001 From: mikaelol <104485047+mikaelol@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:06:48 +0000 Subject: [PATCH 1/2] fix: migrate tibdex/github-app-token -> create-github-app-token --- .github/workflows/release-please.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 68cc915b7cdec987c8b5de705a62bf979ff5666e Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:07:15 +0000 Subject: [PATCH 2/2] chore(main): release 0.4.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)