We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e707747 + da4876b commit 0458031Copy full SHA for 0458031
2 files changed
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
git config --global user.name "SSC CI Test User"
75
76
- name: Set up SSH Agent to deploy to test repositories
77
- uses: webfactory/ssh-agent@v0.9.0
+ uses: webfactory/ssh-agent@v0.9.1
78
with:
79
ssh-private-key: |
80
${{ secrets.GHA_TEST_PRIVATE_KEY }}
.github/workflows/pypi.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments