From 234b61ecd5c698810541551c5b5b245e27030fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 00:01:33 +0000 Subject: [PATCH] Bump jenkins-zh/git-backup-actions from 0.0.4 to 0.0.8 Bumps [jenkins-zh/git-backup-actions](https://github.com/jenkins-zh/git-backup-actions) from 0.0.4 to 0.0.8. - [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.8) --- 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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backup.yaml b/.github/workflows/backup.yaml index 0143aa2..04c8d60 100644 --- a/.github/workflows/backup.yaml +++ b/.github/workflows/backup.yaml @@ -12,12 +12,12 @@ 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.8 env: GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }} TARGET_GIT: "git@gitee.com:jenkins-zh/jcli-casc-plugin.git" - name: Backup to CodeChina - uses: jenkins-zh/git-backup-actions@v0.0.4 + uses: jenkins-zh/git-backup-actions@v0.0.8 env: GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }} TARGET_GIT: "git@codechina.csdn.net:jenkins-zh/jcli-casc-plugin.git"