From 632ae04938091d21bdaa6bb38ccd2585bd3381ca Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:14:59 +0000 Subject: [PATCH] chore(deps): update webfactory/ssh-agent action to v0.10.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d351b20..5cf0911 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: run: uvx --with mkdocs-material mkdocs build - name: Setup SSH key - uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1 + uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0 with: ssh-private-key: ${{ secrets.DOCS_DEPLOY_SSH_KEY }}