Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
persist-credentials: false
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.316.0
- uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.317.0
with:
ruby-version: "4.0"
bundler-cache: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
with:
persist-credentials: false
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.316.0
- uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # zizmor: ignore[cache-poisoning] -- cached gems are used for testing, not release artifact generation # v1.317.0
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
Expand All @@ -80,7 +80,7 @@ jobs:
with:
persist-credentials: false
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
- uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # v1.317.0
with:
ruby-version: "4.0"
- name: Install nokogiri with system libraries
Expand Down