From dcf8a555bd91e3d54acd289a97871e2f7f5e9247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:34:20 +0000 Subject: [PATCH] Bump shimataro/ssh-key-action from 2.8.0 to 2.8.1 Bumps [shimataro/ssh-key-action](https://github.com/shimataro/ssh-key-action) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/shimataro/ssh-key-action/releases) - [Changelog](https://github.com/shimataro/ssh-key-action/blob/v2/CHANGELOG.md) - [Commits](https://github.com/shimataro/ssh-key-action/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: shimataro/ssh-key-action dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65e38c1..8e59887 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: name: Windows Release Binaries - name: Install SSH key - uses: shimataro/ssh-key-action@v2.8.0 + uses: shimataro/ssh-key-action@v2.8.1 with: key: ${{ secrets.MOMO_SERVER_SSH_PRIVATE_KEY }} known_hosts: "just-a-placeholder-so-we-dont-get-errors"