Ver código fonte

Update ssh-agent and git-sync dependencies

Daniel Gibbs 4 anos atrás
pai
commit
1927d2587b
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/workflows/git-sync.yml

+ 2 - 2
.github/workflows/git-sync.yml

@@ -12,12 +12,12 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
     - name: webfactory/ssh-agent
     - name: webfactory/ssh-agent
-      uses: webfactory/ssh-agent@v0.4.1
+      uses: webfactory/ssh-agent@v0.5.3
       with:
       with:
         ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
         ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
 
 
     - name: repo-sync
     - name: repo-sync
-      uses: wei/git-sync@v2.1.0
+      uses: wei/git-sync@v3.0.0
       with:
       with:
         ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}
         ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}
         source_repo: "https://github.com/GameServerManagers/LinuxGSM"
         source_repo: "https://github.com/GameServerManagers/LinuxGSM"