Skip to content

Commit

Permalink
chore(deps): bump ruby/setup-ruby from 1.152.0 to 1.154.0 (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 28b7902 commit 4168b55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Install Ruby and gems
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Install Ruby and gems
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47
with:
bundler-cache: true
ruby-version: "3.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Install Ruby and gems
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47
with:
bundler-cache: true
ruby-version: "3.1"
Expand Down

0 comments on commit 4168b55

Please sign in to comment.