diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 9af6e42..b055a4d 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -12,8 +12,9 @@ jobs: name: Build environment: prod runs-on: ubuntu-latest + steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.8 uses: actions/setup-python@v3 with: diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index ec8a166..844016a 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -1,8 +1,6 @@ name: remote ssh command on: - repository_dispatch: - types: [deploy-staging] push: branches: - staging @@ -13,7 +11,7 @@ jobs: environment: staging runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.8 uses: actions/setup-python@v3 with: