X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7b05c1c060f3f85f47413ec7db984180514d3ba6..ca4a2d9e9a3bdf214c6ec26ca9744aab4960a25a:/.github/workflows/danger.yml diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 6da5e7164..8c6680bdc 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -10,7 +10,7 @@ permissions: jobs: danger: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v4 @@ -19,7 +19,7 @@ jobs: - name: Setup ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1 + ruby-version: 3.2 rubygems: 3.4.10 bundler-cache: true - name: Create base branch