Skip to content

Commit 1927d25

Browse files
authored
Update ssh-agent and git-sync dependencies
1 parent a7f81ff commit 1927d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/git-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: webfactory/ssh-agent
15-
uses: webfactory/ssh-agent@v0.4.1
15+
uses: webfactory/ssh-agent@v0.5.3
1616
with:
1717
ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
1818

1919
- name: repo-sync
20-
uses: wei/git-sync@v2.1.0
20+
uses: wei/git-sync@v3.0.0
2121
with:
2222
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}
2323
source_repo: "https://github.com/GameServerManagers/LinuxGSM"

0 commit comments

Comments
 (0)