From 3c000c8f1ac2093e51822b31426827d84ac53b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 21:14:39 +0000 Subject: [PATCH] Bump jenkins-zh/git-backup-actions from 0.0.4 to 0.0.5 Bumps [jenkins-zh/git-backup-actions](https://github.com/jenkins-zh/git-backup-actions) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/jenkins-zh/git-backup-actions/releases) - [Commits](https://github.com/jenkins-zh/git-backup-actions/compare/v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: jenkins-zh/git-backup-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index 13e776f..523c773 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: backup - uses: jenkins-zh/git-backup-actions@v0.0.4 + uses: jenkins-zh/git-backup-actions@v0.0.5 env: GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }} TARGET_GIT: "git@gitee.com:linuxsuren/phoenix.webui.framework.git"