diff --git a/qube/create/templates/common_files/{{ cookiecutter.commonName }}/.github/workflows/sync_project.yml b/qube/create/templates/common_files/{{ cookiecutter.commonName }}/.github/workflows/sync_project.yml index a636a40d..e2b152dd 100644 --- a/qube/create/templates/common_files/{{ cookiecutter.commonName }}/.github/workflows/sync_project.yml +++ b/qube/create/templates/common_files/{{ cookiecutter.commonName }}/.github/workflows/sync_project.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 name: Check out source-code repository - - uses: oleksiyrudenko/gha-git-credentials@v1 + - uses: oleksiyrudenko/gha-git-credentials@v2 with: name: 'JohnnyQ5' email: 'support@qbic.zendesk.com'