From 456f7be41cadf32aecffff1c7ad1af0ecc014905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:38:29 +0000 Subject: [PATCH] Bump canonical/has-signed-canonical-cla from 1.2.2 to 1.2.3 Bumps [canonical/has-signed-canonical-cla](https://github.com/canonical/has-signed-canonical-cla) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/canonical/has-signed-canonical-cla/releases) - [Commits](https://github.com/canonical/has-signed-canonical-cla/compare/1.2.2...1.2.3) --- updated-dependencies: - dependency-name: canonical/has-signed-canonical-cla dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 50e4aa13617..ec3efc8fd91 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Check if CLA signed - uses: canonical/has-signed-canonical-cla@1.2.2 + uses: canonical/has-signed-canonical-cla@1.2.3 with: accept-existing-contributors: true