Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group across 1 directory with 2 updates #68436

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2024

Bumps the github-actions group with 2 updates in the / directory: ruby/setup-ruby and shivammathur/setup-php.

Updates ruby/setup-ruby from 1.202.0 to 1.207.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.207.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.206.0...v1.207.0

v1.206.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.205.0...v1.206.0

v1.205.0

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.204.0...v1.205.0

v1.204.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.203.0...v1.204.0

v1.203.0

Full Changelog: ruby/setup-ruby@v1.202.0...v1.203.0

Commits
  • 4a9ddd6 Update CRuby releases on Windows
  • bfefad8 Add ruby-3.4.0,ruby-3.4.1
  • 540484a Fixes the latest rubygems installation error with Ruby 3.0
  • 401c19e Add ruby-3.4.0-rc1
  • 2a18b06 Require macos-13+ for macos-amd64 as builds from now on will be on 13 and 12 ...
  • 2e3487c No more macos-12 runners, minimum for macos-amd64 is now macos-13
  • 6825c76 Clarify
  • 9a9fe58 Clarify all macOS versions from 12 are supported
  • See full diff in compare view

Updates shivammathur/setup-php from 2.31.1 to 2.32.0

Release notes

Sourced from shivammathur/setup-php's releases.

2.32.0

Changelog

  • Added support for PHP 8.4 as the default stable PHP version.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  • Added support for PHP 8.5 as the nightly version. (#867)
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
  • Added support for pre-installed in php-version input. (#872) It will setup the pre-installed PHP version on the runner as per the docs here https://github.com/shivammathur/setup-php?tab=readme-ov-file#github-hosted-runners. If the runner does not have a pre-installed PHP version, it will fail. Please note: It is not recommended to use this unless you are doing something trivial, the pre-installed PHP versions on GitHub hosted runners are old patch versions.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: pre-installed
  • Added support for .tool-versions file format in php-version-file input. (#883) If you have an asdf .tool-versions file in your project. For example, you can specify .tool-versions now in the php-version-file input and the action would setup the correct PHP version.
ruby 3.4
php 8.4
nodejs 23.5
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version-file: .tool-versions
  • Added support for to specify the path for composer file in the project to read the PHP version using COMPOSER_PROJECT_DIR env value. (#894)
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  env:
</tr></table> 

... (truncated)

Commits
  • 9e72090 Fix composer-dependency-analyser packagist repository
  • 34b79ca Improve docs for php-version-file input
  • e5af5d6 Update default version in linux.sh and darwin.sh
  • ba21a89 Pass prefix options to make in source.sh
  • 12b88cf Fix building pdo_firebird on macOS with clang 15
  • cffd8ca Fix libssl link in couchbase [skip ci]
  • 85ed51c Fix support for zephir_parser
  • 5bb2eed Fix oci extension support on Windows for PHP 8.4 and above
  • 96fb539 Bump node dependencies
  • 775fa76 Do not upgrade when version is pre-installed on macOS
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from desrosj as a code owner December 31, 2024 13:06
@dependabot dependabot bot added [Type] Build Tooling Issues or PRs related to build tooling GitHub Actions Pull requests that update GitHub Actions code labels Dec 31, 2024
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-a5c4a065aa branch 2 times, most recently from 00fc26b to 9d24201 Compare January 2, 2025 13:29
Bumps the github-actions group with 2 updates in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [shivammathur/setup-php](https://github.com/shivammathur/setup-php).


Updates `ruby/setup-ruby` from 1.202.0 to 1.207.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@a2bbe5b...4a9ddd6)

Updates `shivammathur/setup-php` from 2.31.1 to 2.32.0
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@c541c15...9e72090)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-a5c4a065aa branch from 9d24201 to 01784b0 Compare January 3, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GitHub Actions Pull requests that update GitHub Actions code [Type] Build Tooling Issues or PRs related to build tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants