From 3388ebf0fb89d357aab7da7c51f833fe394192b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 16:01:01 +0100 Subject: [PATCH] Bump Pendect/action-rsyncer from 1.1.0 to 2.0.0 (#9444) Bumps [Pendect/action-rsyncer](https://github.com/Pendect/action-rsyncer) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/Pendect/action-rsyncer/releases) - [Commits](https://github.com/Pendect/action-rsyncer/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: Pendect/action-rsyncer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 2db6cb97d12..f73a8a9734d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -202,7 +202,7 @@ jobs: - name: Deploy to builds.jabref.org id: deploy if: steps.checksecrets.outputs.secretspresent == 'YES' - uses: Pendect/action-rsyncer@v1.1.0 + uses: Pendect/action-rsyncer@v2.0.0 env: DEPLOY_KEY: ${{ secrets.buildJabRefPrivateKey }} BRANCH: ${{ steps.gitversion.outputs.branchName }}