diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5e546b..6c0246f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: git config --global url.git@github.com:.insteadOf https://github.com/ - name: Configure SSH Key - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} @@ -73,7 +73,7 @@ jobs: run: git config --global url.git@github.com:.insteadOf https://github.com/ - name: Configure SSH Key - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} @@ -104,7 +104,7 @@ jobs: run: git config --global url.git@github.com:.insteadOf https://github.com/ - name: Configure SSH Key - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} @@ -135,7 +135,7 @@ jobs: run: git config --global url.git@github.com:.insteadOf https://github.com/ - name: Configure SSH Key - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} @@ -166,7 +166,7 @@ jobs: run: git config --global url.git@github.com:.insteadOf https://github.com/ - name: Configure SSH Key - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} @@ -197,7 +197,7 @@ jobs: run: git config --global url.git@github.com:.insteadOf https://github.com/ - name: Configure SSH Key - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} @@ -236,7 +236,7 @@ jobs: run: git config --global url.git@github.com:.insteadOf https://github.com/ - name: Configure SSH Key - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28513d4..93694be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: run: git config --global url.git@github.com:.insteadOf https://github.com/ - name: Configure SSH Key - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.BINDPLANE_ENTERPRISE_SSH_PRIVATE_KEY }}