Skip to content

Commit ccb89f0

Browse files
Bump the github-actions group with 2 updates (#920)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `shivammathur/setup-php` from 2.35.2 to 2.35.4 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@ccf2c62...ec406be) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-version: 2.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d1d4e7 commit ccb89f0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/configlet-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1717

1818
- name: Fetch configlet
1919
uses: exercism/github-actions/configlet-ci@main

.github/workflows/exercise-lint-phpcs-psr-12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
os: [ubuntu-24.04]
1919

2020
steps:
21-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2222

23-
- uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0
23+
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
2424
with:
2525
php-version: ${{ matrix.php-version }}
2626
extensions: gmp

.github/workflows/exercise-tests-phpunit-11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
git config --system core.autocrlf false
2525
git config --system core.eol lf
2626
27-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
27+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2828

29-
- uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0
29+
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
3030
with:
3131
php-version: ${{ matrix.php-version }}
3232
extensions: gmp

0 commit comments

Comments
 (0)