Project

General

Profile

Patch #41969 » 0003-Update-to-ruby-setup-ruby-to-always-use-latest-v1.patch

Katsuya HIDAKA, 2024-12-11 16:43

View differences:

.github/workflows/tests.yml
82 82
          EOF
83 83

  
84 84
      - name: Install Ruby and gems
85
        uses: ruby/setup-ruby@v1.176.0
85
        uses: ruby/setup-ruby@v1
86 86
        with:
87 87
          ruby-version: ${{ matrix.ruby }}
88 88
          bundler-cache: true
(3-3/3)