We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3961d commit 5007695Copy full SHA for 5007695
.github/workflows/continous-deployment.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
with:
24
fetch-depth: 0
25
- - uses: webfactory/ssh-agent@v0.5.4
+ - uses: webfactory/ssh-agent@v0.7.0
26
27
ssh-private-key: ${{ secrets.VEGA_CI_SSH_KEY }}
28
- run: |
0 commit comments