close
Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
340c756
Requests::VERSION: move to top of the class
jrfnl Dec 12, 2025
4247ecb
PHPUnit: add clover code coverage config to config file
jrfnl Jan 21, 2025
f2dfa57
GH Actions/website: update PHP version used by phpDocumentor
jrfnl Nov 21, 2025
0b7a93b
GH Actions: Bump the action-runners group with 2 updates
dependabot[bot] Dec 15, 2025
c8bafc7
GH Actions: Bump actions/upload-artifact from 5.0.0 to 6.0.0
dependabot[bot] Dec 15, 2025
2bf9f5e
GH Actions: Bump actions/cache from 4.3.0 to 5.0.1
dependabot[bot] Dec 15, 2025
d1bacd8
GH Actions: Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0
dependabot[bot] Dec 15, 2025
dba826e
GH Actions: Bump actions/download-artifact from 6.0.0 to 7.0.0
dependabot[bot] Dec 15, 2025
9ec339d
GH Actions: Bump ruby/setup-ruby in the action-runners group
dependabot[bot] Dec 22, 2025
8542f09
GH Actions: Bump ruby/setup-ruby in the action-runners group
dependabot[bot] Dec 29, 2025
4afd6cf
GH Actions: Bump ruby/setup-ruby in the action-runners group
dependabot[bot] Jan 5, 2026
289c724
GH Actions: Bump ruby/setup-ruby in the action-runners group
dependabot[bot] Jan 12, 2026
c3d5bcf
GH Actions: Bump the action-runners group with 2 updates
dependabot[bot] Jan 19, 2026
6d310d0
GH Actions: Bump the action-runners group across 1 directory with 5 u…
dependabot[bot] Feb 2, 2026
4ac65ab
GH Actions: Bump the action-runners group with 2 updates
dependabot[bot] Mar 10, 2026
94c7b2e
GH Actions: Bump actions/upload-artifact from 6.0.0 to 7.0.0
dependabot[bot] Mar 10, 2026
1cb7f6d
GH Actions: Bump actions/download-artifact from 7.0.0 to 8.0.0
dependabot[bot] Mar 10, 2026
1630520
GH Actions: Bump ramsey/composer-install from 3.2.0 to 4.0.0
dependabot[bot] Mar 20, 2026
62f7ad1
:lock_with_ink_pen: Update certificate bundle
github-actions[bot] Mar 21, 2026
1af2c64
GH Actions: Bump the action-runners group with 5 updates
dependabot[bot] Mar 21, 2026
53eab5f
Changelog for release 2.0.18
jrfnl Mar 21, 2026
250cced
GH Actions: Bump ruby/setup-ruby in the action-runners group
dependabot[bot] Apr 5, 2026
39116af
GH Actions: Bump codecov/codecov-action from 5.5.3 to 6.0.0
dependabot[bot] Apr 5, 2026
b47c95f
GH Actions: Bump the action-runners group with 4 updates
dependabot[bot] Apr 20, 2026
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
Prev Previous commit
Next Next commit
GH Actions: Bump ruby/setup-ruby in the action-runners group
Bumps the action-runners group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.270.0 to 1.275.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@ac793fd...d354de1)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.275.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-runners
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jrfnl committed Mar 21, 2026
commit 9ec339d8685e278303d9b02628e94de9c9779eeb
2 changes: 1 addition & 1 deletion .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:

# Test that the site builds correctly.
- name: Set up Ruby
uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0
uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0
with:
# Use the version as per https://pages.github.com/versions/.
ruby-version: 3.3.4
Expand Down