diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 26cd320..d51efae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,6 @@ jobs: name: Deploy app runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy --remote-only