From 999e539e943f5712445c6d476e103d8bbd08ddc8 Mon Sep 17 00:00:00 2001 From: Tobias Koch Date: Thu, 19 Nov 2020 15:39:25 +0100 Subject: [PATCH] Increase oleksiyrudenko/gha-git-credentials version Changes oleksiyrudenko/gha-git-credentials@v1 to oleksiyrudenko/gha-git-credentials@v2 --- .../.github/workflows/sync_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'