From 7608499b4c455fb1c8410d0892881684dde374dd Mon Sep 17 00:00:00 2001 From: Muhammad Seyravan Date: Mon, 26 Jan 2026 14:42:44 +0300 Subject: [PATCH] Update Ruby setup action to specific commit version --- .github/workflows/ubuntu-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-latest.yml b/.github/workflows/ubuntu-latest.yml index 89a882c..5792ec0 100644 --- a/.github/workflows/ubuntu-latest.yml +++ b/.github/workflows/ubuntu-latest.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1 with: ruby-version: ${{ matrix.ruby }} - name: Build and test with Rake