From eb2050fb7d7a5d41bd70421933c301d4413b21ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:02:09 +0100 Subject: [PATCH] build(deps): bump z-shell/.github from 1.0.7 to 1.0.8 (#483) Bumps [z-shell/.github](https://github.com/z-shell/.github) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/z-shell/.github/releases) - [Commits](https://github.com/z-shell/.github/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: z-shell/.github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/comment-rebase.yml | 2 +- .github/workflows/rclone-action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/comment-rebase.yml b/.github/workflows/comment-rebase.yml index 3fc9b2e5..fa936182 100644 --- a/.github/workflows/comment-rebase.yml +++ b/.github/workflows/comment-rebase.yml @@ -24,7 +24,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: 🔁 Rebase - uses: z-shell/.github/actions/rebase@v1.0.7 + uses: z-shell/.github/actions/rebase@v1.0.8 with: autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }} env: diff --git a/.github/workflows/rclone-action.yml b/.github/workflows/rclone-action.yml index dec493ba..2a8aead8 100644 --- a/.github/workflows/rclone-action.yml +++ b/.github/workflows/rclone-action.yml @@ -26,13 +26,13 @@ jobs: - name: "⤵️ Check out code from GitHub" uses: actions/checkout@v4 - name: "⏫ Run rclone/r2-store/img" - uses: z-shell/.github/actions/rclone@v1.0.7 + uses: z-shell/.github/actions/rclone@v1.0.8 with: config: ${{ secrets.R2_STORE }} args: "copy ${{ env.img_local_path }} ${{ env.img_remote_path }}" debug: false - name: "⏫ Run rclone/r2-store/assets" - uses: z-shell/.github/actions/rclone@v1.0.7 + uses: z-shell/.github/actions/rclone@v1.0.8 with: config: ${{ secrets.R2_STORE }} args: "copy ${{ env.assets_local_path }} ${{ env.assets_remote_path }}"