mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore(deps): bump appleboy/ssh-action from 0.1.5 to 0.1.6
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](f9010ff7f1...4a03da89e5)
---
updated-dependencies:
- dependency-name: appleboy/ssh-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
.github/workflows/daily-benchmarks.yaml
vendored
4
.github/workflows/daily-benchmarks.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
run: timeout 180 bash -c 'until nc -z ${{ steps.amd-public-ip.outputs.value }} 22; do sleep 0.1; done'
|
||||
|
||||
- name: Connect To AMD EC2 Instance, Perform Benchmarks, Publish Results
|
||||
uses: appleboy/ssh-action@f9010ff7f1bbd7db1a0b4bab661437550cea20c0
|
||||
uses: appleboy/ssh-action@4a03da89e5c43da56e502053be4bbcb293411883
|
||||
with:
|
||||
host: ${{ steps.amd-public-ip.outputs.value }}
|
||||
username: ${{ secrets.BENCHMARKS_EC2_USERNAME }}
|
||||
@@ -91,7 +91,7 @@ jobs:
|
||||
run: timeout 180 bash -c 'until nc -z ${{ steps.intel-public-ip.outputs.value }} 22; do sleep 0.1; done'
|
||||
|
||||
- name: Connect To Intel EC2 Instance, Perform Benchmarks, Publish Results
|
||||
uses: appleboy/ssh-action@f9010ff7f1bbd7db1a0b4bab661437550cea20c0
|
||||
uses: appleboy/ssh-action@4a03da89e5c43da56e502053be4bbcb293411883
|
||||
with:
|
||||
host: ${{ steps.intel-public-ip.outputs.value }}
|
||||
username: ${{ secrets.BENCHMARKS_EC2_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user