We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa02a1 commit bf873ccCopy full SHA for bf873cc
.github/workflows/deploy.yml
@@ -95,7 +95,7 @@ jobs:
95
with:
96
bundler-cache: true
97
- name: Prepare SSH agent
98
- uses: webfactory/ssh-agent@v0.8.0
+ uses: webfactory/ssh-agent@v0.9.0
99
100
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
101
- name: Deploy
.github/workflows/publish-docs.yml
@@ -131,7 +131,7 @@ jobs:
131
- name: Install JS packages
132
if: ${{ inputs.use_node }}
133
run: yarn install --frozen-lockfile
134
- - uses: webfactory/ssh-agent@v0.8.0
+ - uses: webfactory/ssh-agent@v0.9.0
135
136
137
- name: Prepare CI
0 commit comments