From c0400404826a77d52c8f695c3f2d21d78fc79806 Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Sat, 9 Dec 2023 18:27:14 +0300 Subject: [PATCH] update checkout --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2dc9056..e179a3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.2" - bundler-cache: false + bundler-cache: true - name: Build and install gem to systems gems run: bundle exec rake install - name: Run Linter @@ -42,10 +42,10 @@ jobs: ruby: ["2.7", "3.0", "3.1"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler-cache: false + bundler-cache: true - name: Run specs run: bundle exec rspec