Skip to content

Commit 0c57c93

Browse files
Bump appleboy/ssh-action from 1.2.2 to 1.2.4
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](appleboy/ssh-action@2ead5e3...823bd89) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51ba44d commit 0c57c93

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@2ead5e36573f08b82fbfce1504f1a4b05a647c6f
43+
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0
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
@@ -152,7 +152,7 @@ jobs:
152152
echo "args=$args" >> "$GITHUB_OUTPUT"
153153
154154
- name: Deploy CSZ Bot
155-
uses: appleboy/ssh-action@2ead5e36573f08b82fbfce1504f1a4b05a647c6f
155+
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0
156156
env:
157157
BOT_HOME_PATH: /home/csc
158158
EPHEMERAL_BOT_CONFIG: ${{ steps.config.outputs.content }}

0 commit comments

Comments
 (0)