aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 20:12:57 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 20:12:57 +0100
commit43feba2f480f8755501ccb16c13b01ffb6a9e4bc (patch)
treec6dab4c076b17929ada9158000d9d31aaa44e61d
parentbump dependencies (diff)
downloadwireguard-config-43feba2f480f8755501ccb16c13b01ffb6a9e4bc.tar.gz
wireguard-config-43feba2f480f8755501ccb16c13b01ffb6a9e4bc.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 6701821..50aaae9 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -13,7 +13,7 @@ jobs:
name: Deploy
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
@@ -25,7 +25,7 @@ jobs:
nohup make serve LIVE_RELOAD=0 &
sleep 3 && make wget
- name: Set up ssh-agent
- uses: webfactory/ssh-agent@v0.7.0
+ uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: '${{ secrets.REMOTE_SSH_KEY }}'
- name: Deploy