Skip to content

Commit b44b611

Browse files
Bump the all group with 3 updates
Bumps the all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [shivammathur/setup-php](https://github.com/shivammathur/setup-php) and [actions/cache](https://github.com/actions/cache). 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.24.0 to 2.31.1 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.24.0...2.31.1) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d26ab28 commit b44b611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
name: PHP ${{ matrix.php }}
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup PHP
20-
uses: shivammathur/setup-php@2.24.0
20+
uses: shivammathur/setup-php@2.31.1
2121
with:
2222
php-version: ${{ matrix.php }}
2323

2424
- name: Cache Composer packages
2525
id: composer-cache
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: "~/.cache/composer"
2929
key: "php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)