From 366fdcce0536022cde5f68046ed1089797683828 Mon Sep 17 00:00:00 2001 From: Tan Le Date: Wed, 7 Jan 2026 00:09:55 +0900 Subject: [PATCH] Bump actions/checkout to v6 --- .github/workflows/ruby.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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: