From aaae278650a57bf120795f51311143099e74d707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 18:26:32 +0000 Subject: [PATCH] Bump keyfactor/action-assign-topics from 1.1 to 1.2 Bumps [keyfactor/action-assign-topics](https://github.com/keyfactor/action-assign-topics) from 1.1 to 1.2. - [Release notes](https://github.com/keyfactor/action-assign-topics/releases) - [Commits](https://github.com/keyfactor/action-assign-topics/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: keyfactor/action-assign-topics dependency-version: '1.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/kf-update-topics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kf-update-topics.yml b/.github/workflows/kf-update-topics.yml index 847ee61..90b1a70 100644 --- a/.github/workflows/kf-update-topics.yml +++ b/.github/workflows/kf-update-topics.yml @@ -18,7 +18,7 @@ jobs: repo-token: ${{ secrets.token}} - name: Update topic from integration_type id: update - uses: keyfactor/action-assign-topics@v1.1 + uses: keyfactor/action-assign-topics@v1.2 with: input-file: integration-manifest.json repo-token: ${{ secrets.token}}