diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4e8b85b..ae95013 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: steps: - name: 📥 Baixar código - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: 🔧 Configurar permissões run: chmod +x scripts/*.sh