diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index dee091f..b8e2775 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -32,7 +32,7 @@ jobs: - name: Build run: yarn build - name: Set SSH git push - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.DEPLOY_KEY }} - name: Publish