From 411c538689bba50c95106fe365330aced4f588ce Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Fri, 6 Oct 2023 08:23:07 +0200 Subject: [PATCH] ci: fix wrong action version notifier (#14) --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index a62ed41..59dce88 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -24,7 +24,7 @@ jobs: pull-requests: write steps: - id: token - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 with: app_id: ${{ secrets.STATNETT_BOT_APP_ID }} private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }}