From 8283fe753acd543f5ef2bddbf56c99a4634ad444 Mon Sep 17 00:00:00 2001 From: Akhil G Krishnan Date: Tue, 9 Jan 2024 09:46:31 +0530 Subject: [PATCH] Bump action/checkout and ruby version in workflow --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fcea57..11996a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,10 @@ jobs: rubocop: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.2" + ruby-version: "3.3" bundler-cache: true - run: bundle exec rubocop @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.7", "3.0", "3.1", "3.2", '3.3', "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"] + ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -43,10 +43,10 @@ jobs: cruby-nokogiri-system-libraries: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.2" + ruby-version: "3.3" - name: Install nokogiri with system libraries run: | sudo apt install pkg-config libxml2-dev libxslt-dev