From 7f4ae6b0aa68c20ff33bf26c8e5b4b7ace53bce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 23:01:09 +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 e0121ab..59c1519 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 to Gitee - 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-ishell-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-ishell-plugin.git" \ No newline at end of file