diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0233febb..52cdaf72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2.3.4 - uses: coursier/cache-action@v5 - run: sbt -v -Dfile.encoding=UTF8 "+test" testConscript - - uses: webfactory/ssh-agent@v0.5.0 + - uses: webfactory/ssh-agent@v0.5.1 if: ${{ !github.event.repository.fork && github.ref == 'refs/heads/master' && github.event_name == 'push' }} with: ssh-private-key: ${{ secrets.DEPLOY_KEY_1 }}