aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 16:03:42 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 16:03:42 +0100
commitb1f129069ca1c8ebe11d89e8bfe0b6fe2d3ae62a (patch)
treea23dee4b5955377e2a8e7dc8b0d1acb2a670efd5
parentmake .gitattributes more consistent (diff)
downloadwireguard-config-b1f129069ca1c8ebe11d89e8bfe0b6fe2d3ae62a.tar.gz
wireguard-config-b1f129069ca1c8ebe11d89e8bfe0b6fe2d3ae62a.zip
workflows/jekyll: upgrade actions
-rw-r--r--.github/workflows/jekyll.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index 8ffd76f..1f66fa6 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -14,7 +14,7 @@ jobs:
name: Deploy
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
@@ -27,7 +27,7 @@ jobs:
nohup make serve &
sleep 3 && make wget
- name: Set up ssh-agent
- uses: webfactory/ssh-agent@v0.5.3
+ uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: '${{ secrets.REMOTE_SSH_KEY }}'
- name: Deploy