From 5667f07b51cb31cb0e351b2031cd7072c4bc664d Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Tue, 1 Jul 2025 16:32:16 +0200 Subject: [PATCH] Update --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 61ad0e81..47a0e6a2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Set up SSH agent - uses: webfactory/ssh-agent@v0.8.1 + uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}