Skip to content

Commit d459a55

Browse files
Bump ruby/setup-ruby from 1.310.0 to 1.312.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.310.0 to 1.312.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@afeafc3...12fd324) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.312.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02f0108 commit d459a55

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/api_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# with:
6060
# fetch-depth: 0 # all history for all branches and tags
6161
- name: Set up Ruby ${{ matrix.ruby-version }}
62-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
62+
uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
6363
env:
6464
OPENC3_DEVEL: ../openc3
6565
with:
@@ -109,7 +109,7 @@ jobs:
109109
# with:
110110
# fetch-depth: 0
111111
- name: Set up Ruby ${{ matrix.ruby-version }}
112-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
112+
uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
113113
env:
114114
OPENC3_DEVEL: ../openc3
115115
with:

.github/workflows/clamav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- name: Set up Ruby 3.4
45-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
45+
uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
4646
with:
4747
ruby-version: 3.4
4848
bundler-cache: false # runs 'bundle install' and caches installed gems automatically

.github/workflows/post_release_clamav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939
- name: Set up Ruby 3.4
40-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
40+
uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
4141
with:
4242
ruby-version: 3.4
4343
bundler-cache: false # runs 'bundle install' and caches installed gems automatically

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
token: ${{ secrets.QA_PAT }}
5252
- name: Set up Ruby 3.4
53-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
53+
uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
5454
with:
5555
ruby-version: 3.4
5656
bundler-cache: false # runs 'bundle install' and caches installed gems automatically

.github/workflows/ruby_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
- name: Set up Ruby ${{ matrix.ruby-version }}
52-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
52+
uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
5353
with:
5454
ruby-version: ${{ matrix.ruby-version }}
5555
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/tsdb_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
working-directory: openc3/python
8989

9090
- name: Set up Ruby
91-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
91+
uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
9292
with:
9393
ruby-version: "3.4"
9494
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)