diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 15:58:24 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 15:58:24 +0100 |
commit | ebc43f41bc4464bf371abeb600a56986afd6317d (patch) | |
tree | e782e1d64476d46005150ada34384a9c786a8ddc /.github | |
parent | add default .gitattributes (diff) | |
download | cv-ebc43f41bc4464bf371abeb600a56986afd6317d.tar.gz cv-ebc43f41bc4464bf371abeb600a56986afd6317d.zip |
workflows/build: upgrade an action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e045c77..f5302b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: single-commit: true if: github.event_name == 'push' && github.ref == 'refs/heads/master' - 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 |