From bd5126b356d3bc1194d908f512de714af1026961 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 17 Jun 2024 11:13:11 -0300 Subject: [PATCH] chore: Use actions/checkout v4 and the latest Ruby version for releasing Ensure the actions/checkout version matches the one used by the other GH actions that test the libraries. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86f1e34a..8e21fb93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,12 +29,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.2 + ruby-version: "3.3" - name: Publish gems env: