Skip to content

Commit

Permalink
chore(deps): bump ruby/setup-ruby from 1.176.0 to 1.177.1 (#60)
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] committed May 29, 2024
1 parent 9ebb9af commit 8dff2ce
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Install Ruby and gems
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49
uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Install Ruby and gems
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49
uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742
with:
bundler-cache: true
ruby-version: "3.3"
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Install Ruby and gems
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49
uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742
with:
bundler-cache: true
ruby-version: "3.3"
Expand Down

0 comments on commit 8dff2ce

Please sign in to comment.