Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
update ssh-agent action
  • Loading branch information
erinosher authored Dec 12, 2020
1 parent b1fd26d commit 6263d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
args: git submodule update --init --remote --merge
- name: Install SSH Client 🔑
uses: webfactory/ssh-agent@v0.2.0
uses: webfactory/ssh-agent@v0.4.1
with:
ssh-private-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}

Expand Down

0 comments on commit 6263d5e

Please sign in to comment.