diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 16:04:46 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 16:04:46 +0100 |
commit | 36a733f26d1c982a2346599350e0152549c2b99e (patch) | |
tree | f0cbed0a9b6b1062df86177086f1c8f13cadcb00 | |
parent | make .gitattributes more consistent (diff) | |
download | jekyll-theme-36a733f26d1c982a2346599350e0152549c2b99e.tar.gz jekyll-theme-36a733f26d1c982a2346599350e0152549c2b99e.zip |
workflows/ci: upgrade actions
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c449580..2c01aaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.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 |