From d9da94c502007d33e85ecf594db855f53d5eab5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:14:31 +0000 Subject: [PATCH] Bump jenkins-zh/git-backup-actions from 0.0.6 to 0.0.7 Bumps [jenkins-zh/git-backup-actions](https://github.com/jenkins-zh/git-backup-actions) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/jenkins-zh/git-backup-actions/releases) - [Commits](https://github.com/jenkins-zh/git-backup-actions/compare/v0.0.6...v0.0.7) --- 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 0c583b5..741ff38 100644 --- a/.github/workflows/backup.yaml +++ b/.github/workflows/backup.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3.1.0 - name: backup gitee - uses: jenkins-zh/git-backup-actions@v0.0.6 + uses: jenkins-zh/git-backup-actions@v0.0.7 env: GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }} TARGET_GIT: "git@gitee.com:linuxsuren/open-source-best-practice.git"