diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index a443f003b1..a1fe6f2191 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -5,7 +5,7 @@ permissions: jobs: lint: name: reviewdog - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # same as build.yml so it can share bundler cache steps: - uses: actions/checkout@v3