From 4ee96f2b2ded117c4994a097e040e657a335ca28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:21:39 +0000 Subject: [PATCH] chore(deps): update launchdarkly/gh-actions requirement to release-secrets-v1.2.0 Updates the requirements on [launchdarkly/gh-actions](https://github.com/launchdarkly/gh-actions) to permit the latest version. - [Release notes](https://github.com/launchdarkly/gh-actions/releases) - [Commits](https://github.com/launchdarkly/gh-actions/commits/release-secrets-v1.2.0) --- updated-dependencies: - dependency-name: launchdarkly/gh-actions dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/manual-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index fc556114..8ec7c6b2 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -39,7 +39,7 @@ jobs: with: fetch-depth: 0 - - uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.0.1 + - uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0 name: 'Get Docker token' with: aws_assume_role: ${{ vars.AWS_ROLE_ARN }}