diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index e58dbba57f..845d9286c3 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -13,14 +13,14 @@ jobs: name: Linelint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: fernandrone/linelint@master rubocop: name: RuboCop runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -35,9 +35,8 @@ jobs: strategy: matrix: ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head"] - steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -50,7 +49,7 @@ jobs: name: Profile runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: