Skip to content

Commit 21ed4da

Browse files
Bump appleboy/ssh-action from 1.1.0 to 1.2.0 (#491)
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](appleboy/ssh-action@25ce8cb...7eaf766) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6b9a0e commit 21ed4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141

4242
- name: Deploy CSZ Bot
43-
uses: appleboy/ssh-action@25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1
43+
uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17
4444
env:
4545
BOT_HOME_DIR: ${{ env.BOT_HOME_DIR }}
4646
with:

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
echo "args=$args" >> "$GITHUB_OUTPUT"
142142
143143
- name: Deploy CSZ Bot
144-
uses: appleboy/ssh-action@25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1
144+
uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17
145145
env:
146146
BOT_HOME_PATH: /home/csc
147147
EPHEMERAL_BOT_CONFIG: ${{ steps.config.outputs.content }}

0 commit comments

Comments
 (0)