diff --git a/.github/workflows/create-pack.yml b/.github/workflows/create-pack.yml index 1f0c9e941..70a82b37b 100644 --- a/.github/workflows/create-pack.yml +++ b/.github/workflows/create-pack.yml @@ -8,14 +8,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v5.2 + uses: tj-actions/branch-names@v6.4 - name: Create Pack - uses: appleboy/ssh-action@master + uses: appleboy/ssh-action@v0.1.7 with: host: ${{ secrets.HOST }} USERNAME: ${{ secrets.USERNAME }}