From 22d93bdf4fa6387362a0164f5f8057b8dce9cf08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:40:01 +0000 Subject: [PATCH] chore(deps): update webfactory/ssh-agent action to v0.9.0 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 24ce8b5d..535eae8a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -52,7 +52,7 @@ jobs: pyenv install 2.7.18 - name: Setup Keys for Fastlane if: matrix.os == 'macos-latest' - uses: webfactory/ssh-agent@836c84ec59a0e7bc0eabc79988384eb567561ee2 # v0.7.0 + uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0 with: ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }} - name: Fastlane