aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 12:45:48 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 12:45:48 +0100
commitbcf6e7cf3a70dd9afb81955022bf47708004d8ca (patch)
tree94472a17d9f637387c0d5965ba743e6caac9d2a9
parentbump dependencies (diff)
downloadjekyll-theme-bcf6e7cf3a70dd9afb81955022bf47708004d8ca.tar.gz
jekyll-theme-bcf6e7cf3a70dd9afb81955022bf47708004d8ca.zip
workflows/ci: upgrade actions
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a477a89..aed6b43 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,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:
@@ -26,7 +26,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