From 3981cc84f04717ae32f3d00078189532ba180df0 Mon Sep 17 00:00:00 2001 From: "renovate-for-tknetworks[bot]" <141540558+renovate-for-tknetworks[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 03:14:00 +0000 Subject: [PATCH] fix(deps): update dependency nabeken/go-github-apps to v0.2.1 --- .github/workflows/test-action.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 7159342..aaff950 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -10,7 +10,7 @@ on: env: # renovate: datasource=github-releases depName=nabeken/go-github-apps - GO_GITHUB_APPS_VERSION: '0.2.0' + GO_GITHUB_APPS_VERSION: '0.2.1' jobs: test_action_with_local: diff --git a/action.yml b/action.yml index d5b0cec..60e1af8 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ inputs: version: description: "A version to install" # renovate: datasource=github-releases depName=nabeken/go-github-apps - default: "0.2.0" + default: "0.2.1" installation_id: description: "Github Apps Installation ID" app_id: