From 5f2e20a75a68ba0e91ce48c90c84edf745887fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 04:06:56 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backup.yaml b/.github/workflows/backup.yaml index a963c2d..0bce748 100644 --- a/.github/workflows/backup.yaml +++ b/.github/workflows/backup.yaml @@ -12,7 +12,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.8 env: GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }} TARGET_GIT: "git@gitee.com:linuxsuren/.github.git"