Skip to content

Commit ee27f74

Browse files
build(deps): bump ruby/setup-ruby in the github-actions group (#224)
Bumps the github-actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.316.0 to 1.317.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@d45b1a4...6e5d382) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.317.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b09d43e commit ee27f74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- run: rm Gemfile.lock
30-
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.316.0
30+
- uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.317.0
3131
with:
3232
ruby-version: "4.0"
3333
bundler-cache: true
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
persist-credentials: false
6767
- run: rm Gemfile.lock
68-
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.316.0
68+
- uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.317.0
6969
with:
7070
ruby-version: ${{matrix.ruby}}
7171
bundler-cache: true
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
persist-credentials: false
8282
- run: rm Gemfile.lock
83-
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
83+
- uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # v1.317.0
8484
with:
8585
ruby-version: "4.0"
8686
- name: Install nokogiri with system libraries

0 commit comments

Comments
 (0)