diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6356341..2ce730f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 # Make sure the @v0.8.0 matches the current version of the action - - uses: webfactory/ssh-agent@v0.9.0 + - uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.IPTECHARCH_SSH_KEY }} - name: Setup Git config