Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v4
with:
gpg_private_key: ${{ secrets.BUILD_GPG_PRIVATE_KEY }}
- uses: webfactory/ssh-agent@v0.5.4
- uses: webfactory/ssh-agent@v0.9.1
if: ${{ github.repository_owner == 'linuxdeepin' && github.event_name == 'push' }}
name: Import SSH key
with:
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: webfactory/ssh-agent@v0.5.4
- uses: webfactory/ssh-agent@v0.9.1
name: Import SSH key
with:
ssh-private-key: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
needs: [deepin-build]
runs-on: ubuntu-latest
steps:
- uses: webfactory/ssh-agent@v0.5.4
- uses: webfactory/ssh-agent@v0.9.1
name: Import SSH key
with:
ssh-private-key: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
Expand Down
Loading