From 8bc72515f922a1d723f663415e9450e2e77d7cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:01:12 -0800 Subject: [PATCH] build(deps): bump continuousauth/action from 1.0.4 to 1.0.5 (#309) Bumps [continuousauth/action](https://github.com/continuousauth/action) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/continuousauth/action/releases) - [Changelog](https://github.com/continuousauth/action/blob/main/.releaserc.json) - [Commits](https://github.com/continuousauth/action/compare/732eeb237ac0a0b330a7247f744ddc57898ff9c4...4e8a2573eeb706f6d7300d6a9f3ca6322740b72d) --- updated-dependencies: - dependency-name: continuousauth/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bc2491a..a4b607dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: cache: 'yarn' - name: Install run: yarn install --frozen-lockfile - - uses: continuousauth/action@732eeb237ac0a0b330a7247f744ddc57898ff9c4 # v1.0.4 + - uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5 with: project-id: ${{ secrets.CFA_PROJECT_ID }} secret: ${{ secrets.CFA_SECRET }}