diff options
author | Egor Tensin <egor@tensin.name> | 2024-01-28 12:43:59 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-01-28 12:43:59 +0100 |
commit | 932c38f360fe2f36488593baf5177487da480287 (patch) | |
tree | cb7dc57f11c46cebfa0eed9fe4f1a97c702e653b /.github/workflows/jekyll.yml | |
parent | bump dependencies (diff) | |
download | fucktipp.ing-932c38f360fe2f36488593baf5177487da480287.tar.gz fucktipp.ing-932c38f360fe2f36488593baf5177487da480287.zip |
workflows/jekyll: upgrade actions
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/jekyll.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 46895ff..98b5b7f 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -11,7 +11,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: @@ -19,7 +19,7 @@ jobs: - name: Build run: make build - 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 |