aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 16:05:21 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 16:05:21 +0100
commit9c823b908403e0c6a2ce484d4502a98647de7cdb (patch)
tree7b19be2c9767b4c1d2c19fbbc9d9239981302030 /.github/workflows
parentmake .gitattributes more consistent (diff)
downloadegor-tensin.github.io-9c823b908403e0c6a2ce484d4502a98647de7cdb.tar.gz
egor-tensin.github.io-9c823b908403e0c6a2ce484d4502a98647de7cdb.zip
workflows/jekyll: upgrade actions
Diffstat (limited to '.github/workflows')
-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 034d41d..6b9eda5 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