diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 13:53:41 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 13:53:41 +0100 |
commit | 9cd76d43363d32cd3087084ccd1d97864a5e7eec (patch) | |
tree | 5b3df30c75ac98100339fc6839ec10c3abc5b046 /.github | |
parent | requirements.txt: bump dependencies (diff) | |
download | cgitize-9cd76d43363d32cd3087084ccd1d97864a5e7eec.tar.gz cgitize-9cd76d43363d32cd3087084ccd1d97864a5e7eec.zip |
workflows/ci: upgrade an action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 924dc18..4364d5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Set up ssh-agent - uses: webfactory/ssh-agent@v0.5.3 + uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: '${{ secrets.SSH_KEY }}' - name: Integration test (example config) |