diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 79e41912e..a40136415 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -328,7 +328,7 @@ jobs: runs-on: "ubuntu-latest" steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # v1.175.0 + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0 with: ruby-version: '3.2' - name: Install Prereqs @@ -362,7 +362,7 @@ jobs: runs-on: "ubuntu-latest" steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # v1.175.0 + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0 with: ruby-version: '3.2' - name: Install Packages diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index f2e474a32..27b38410f 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -180,7 +180,7 @@ jobs: runs-on: "macos-latest" steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # v1.175.0 + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0 with: ruby-version: '3.2' - name: Install Packages diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 50ccd50a3..961c06b82 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -131,7 +131,7 @@ jobs: runs-on: "windows-2019" steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # v1.175.0 + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0 with: ruby-version: '3.2' - name: Install Gems