From 36ca87a99c999baadbe75ffceb758ba3620f672d Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 13 Nov 2024 14:28:43 -0500 Subject: [PATCH 1/2] chore(ci): upgrade to v5-beta --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baed853..9d4d380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5.0.0-beta - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -18,6 +18,6 @@ jobs: - name: Run tests and collect coverage run: bundle exec rspec - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5.0.0-beta env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} From f302e9e66f8a4e9831e8eeae3f0acbc09a61ec59 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:36:30 -0500 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d4d380..b91f177 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0-beta + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: