Skip to content

Commit 9a61c0f

Browse files
committed
chore(ci): upgrade webfactory/ssh-agent from v0.9.0 to v0.10.0
v0.10.0 upgrades from Node.js 20 to Node.js 24, resolving the deprecation warning ahead of the June 2026 forced migration.
1 parent e00cf51 commit 9a61c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: SSH Agent
18-
uses: webfactory/ssh-agent@v0.9.0
18+
uses: webfactory/ssh-agent@v0.10.0
1919
with:
2020
ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
2121

0 commit comments

Comments
 (0)