From 1b98b8cfd9a70041b2f23e73aeafa9e0c000190b Mon Sep 17 00:00:00 2001 From: Simon Neutert Date: Fri, 27 Oct 2023 13:49:53 +0200 Subject: [PATCH] future proofs the current ci pipeline --- .github/workflows/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d1b96d3..e435874 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -24,12 +24,12 @@ jobs: ruby-version: ['2.7', '3.0', '3.1', '3.2'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1.149.0 + uses: ruby/setup-ruby@v1.159.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically