From a4d2027b817fec7de1360e153e6b2cc1368e9aa3 Mon Sep 17 00:00:00 2001 From: Phil Phillips Date: Tue, 24 Jan 2023 10:03:02 -0600 Subject: [PATCH] ci: update various github actions This removes node 12 deprecations. --- .github/workflows/ruby-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby-tests.yml b/.github/workflows/ruby-tests.yml index f98b9e5..db8a6b8 100644 --- a/.github/workflows/ruby-tests.yml +++ b/.github/workflows/ruby-tests.yml @@ -29,7 +29,7 @@ jobs: - truffleruby steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: @@ -42,5 +42,5 @@ jobs: - name: Run tests run: bundle exec rake test - name: Upload Coverage - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v3.2.0 if: matrix.ruby-version == '3.1' && matrix.gemfile == 'faraday-2'