diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93f7d43..68f6695 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,16 +1,17 @@ name: build on: - pull_request: push: branches: [main] + pull_request: schedule: - cron: '20 5 * * 1' workflow_dispatch: jobs: test: - runs-on: ubuntu-latest + + runs-on: ubuntu-24.04 strategy: fail-fast: false @@ -139,7 +140,7 @@ jobs: RAILS_ENV: test steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Selected Gemfile run: echo $BUNDLE_GEMFILE