Skip to content

Commit

Permalink
Update CLA check to v2
Browse files Browse the repository at this point in the history
Following a recent notification in discourse.canonical.com, the
github workflow must be updated to V2 before the end of March.

https://discourse.canonical.com/t/new-contributor-license-agreement-cla-service/5247

This PR does that.
  • Loading branch information
sergio-costas committed Feb 27, 2025
1 parent 2b81323 commit b10fcce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@v1
uses: canonical/has-signed-canonical-cla@v2
with:
accept-existing-contributors: true

0 comments on commit b10fcce

Please sign in to comment.