diff --git a/.github/workflows/api_tests.yml b/.github/workflows/api_tests.yml index d2e0bf6ac4..0a5ac27746 100644 --- a/.github/workflows/api_tests.yml +++ b/.github/workflows/api_tests.yml @@ -59,7 +59,7 @@ jobs: # with: # fetch-depth: 0 # all history for all branches and tags - name: Set up Ruby ${{ matrix.ruby-version }} - uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 env: OPENC3_DEVEL: ../openc3 with: @@ -109,7 +109,7 @@ jobs: # with: # fetch-depth: 0 - name: Set up Ruby ${{ matrix.ruby-version }} - uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 env: OPENC3_DEVEL: ../openc3 with: diff --git a/.github/workflows/clamav.yml b/.github/workflows/clamav.yml index 14d6c046be..f917f692eb 100644 --- a/.github/workflows/clamav.yml +++ b/.github/workflows/clamav.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Ruby 3.4 - uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: ruby-version: 3.4 bundler-cache: false # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/post_release_clamav.yml b/.github/workflows/post_release_clamav.yml index 227cc0db7b..e080923a20 100644 --- a/.github/workflows/post_release_clamav.yml +++ b/.github/workflows/post_release_clamav.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Ruby 3.4 - uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: ruby-version: 3.4 bundler-cache: false # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a11e0af00..58937bcbc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: with: token: ${{ secrets.QA_PAT }} - name: Set up Ruby 3.4 - uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: ruby-version: 3.4 bundler-cache: false # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/ruby_unit_tests.yml b/.github/workflows/ruby_unit_tests.yml index 292870698a..844037c2da 100644 --- a/.github/workflows/ruby_unit_tests.yml +++ b/.github/workflows/ruby_unit_tests.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Ruby ${{ matrix.ruby-version }} - uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/tsdb_integration_tests.yml b/.github/workflows/tsdb_integration_tests.yml index d468d23ecd..615c1372fe 100644 --- a/.github/workflows/tsdb_integration_tests.yml +++ b/.github/workflows/tsdb_integration_tests.yml @@ -88,7 +88,7 @@ jobs: working-directory: openc3/python - name: Set up Ruby - uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: ruby-version: "3.4" bundler-cache: true # runs 'bundle install' and caches installed gems automatically