Skip to content

Commit

Permalink
github-actions(deps): bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [shivammathur/setup-php](https://github.com/shivammathur/setup-php) and [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg).


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

Updates `shivammathur/setup-php` from 2.25.5 to 2.28.0
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.25.5...2.28.0)

Updates `crazy-max/ghaction-import-gpg` from 5 to 6
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](crazy-max/ghaction-import-gpg@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and icanhazstring committed Nov 30, 2023
1 parent 21b9032 commit d7fbe66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.25.5"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "none"
tools: "composer:v2"
Expand All @@ -56,7 +56,7 @@ jobs:

- name: "Import GPG key"
id: "import_gpg"
uses: "crazy-max/ghaction-import-gpg@v5"
uses: "crazy-max/ghaction-import-gpg@v6"
with:
gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}"
passphrase: "${{ secrets.GPG_PASSPHRASE }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@2.25.5
uses: shivammathur/setup-php@2.28.0
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@2.25.5
uses: shivammathur/setup-php@2.28.0
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@2.25.5
uses: shivammathur/setup-php@2.28.0
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand All @@ -105,7 +105,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@2.25.5
uses: shivammathur/setup-php@2.28.0
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.25.5"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "none"
tools: "composer:v2"
Expand Down

0 comments on commit d7fbe66

Please sign in to comment.