updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-22 16:48:14 +00:00 committed by GitHub
parent 82591d12dc
commit 6ca9f1949a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ jobs:
git reset --hard git reset --hard
- name: Install Ruby - name: Install Ruby
uses: ruby/setup-ruby@7dc18ff0ca6e3630d3f29d2a85ebf6cc27ae9d6c # v1.177.0 uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1
with: with:
ruby-version: "3.1" ruby-version: "3.1"
bundler-cache: true bundler-cache: true
@ -83,7 +83,7 @@ jobs:
path: rubydoc path: rubydoc
- name: Install Ruby - name: Install Ruby
uses: ruby/setup-ruby@7dc18ff0ca6e3630d3f29d2a85ebf6cc27ae9d6c # v1.177.0 uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1
with: with:
ruby-version: "3.1" ruby-version: "3.1"
bundler-cache: true bundler-cache: true