From b4990f5e74349c9fb6b4df7348f31b51623e3447 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 28 May 2024 05:01:46 -0700 Subject: [PATCH] CI: Bump github action plugins to avoid deprecation warnings (#689) --- .github/workflows/test.yml | 4 ++-- changelog.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 311bd136..014baddd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 @@ -25,7 +25,7 @@ jobs: run: bundle install --jobs 4 --retry 3 - name: Specs & Coverage - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v6 env: CC_TEST_REPORTER_ID: 7af99d9225b4c14640f9ec3cb2e24d2f7103ac49417b0bd989188fb6c25f2909 with: diff --git a/changelog.md b/changelog.md index 8a22e015..1868d01e 100644 --- a/changelog.md +++ b/changelog.md @@ -19,6 +19,7 @@ Testing improvements: * Fix CI for ruby 3.4 ([#688](https://github.com/arsduo/koala/pull/688)) * Add latest rubies to CI ([#687](https://github.com/arsduo/koala/pull/687)) +* Bump GHA action plugins to avoid deprecation warnings ([#689](https://github.com/arsduo/koala/pull/689)) Others: