diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e00055..966bdec 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.1 + - uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.IPTECHARCH_SSH_KEY }} - name: Setup Git config