Skip to content

Commit a96d349

Browse files
dependabot[bot]hsbt
authored andcommitted
Bump ruby/setup-ruby from 1.149.0 to 1.150.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.149.0 to 1.150.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](ruby/setup-ruby@7d546f4...8a45918) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc40a39 commit a96d349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v3
2424
- name: Setup Ruby
25-
uses: ruby/setup-ruby@7d546f4868fb108ed378764d873683f920672ae2 # v1.149.0
25+
uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251 # v1.150.0
2626
with:
2727
ruby-version: '3.2'
2828
bundler-cache: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- if: ${{ matrix.os == 'ubuntu-latest' }}
3232
run: sudo apt install libyaml-dev
3333
- name: Set up Ruby
34-
uses: ruby/setup-ruby@7d546f4868fb108ed378764d873683f920672ae2 # v1.149.0
34+
uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251 # v1.150.0
3535
with:
3636
ruby-version: ${{ matrix.ruby }}
3737
bundler-cache: true # 'bundle install' and cache

0 commit comments

Comments
 (0)