Skip to content

Commit 6849b86

Browse files
Merge pull request #559 from NullDev/dependabot/github_actions/appleboy/ssh-action-1.2.4
Bump appleboy/ssh-action from 1.2.2 to 1.2.4
2 parents 51ba44d + 0c57c93 commit 6849b86

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)