diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5e941a2..fc6c25d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,6 +12,6 @@ jobs: name: Deploy app runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy --remote-only diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b68053c..005a843 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,10 +15,10 @@ repos: - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.5" + rev: 'v0.6.5' hooks: - id: ruff - args: ["--fix"] + args: ['--fix'] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-prettier