Skip to content

Commit 0d9c5e1

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 2 updates (#41646)
Bumps the minor-and-patch group with 2 updates in the / directory: [shivammathur/setup-php](https://github.com/shivammathur/setup-php) and [actionhippie/calens](https://github.com/actionhippie/calens). Updates `shivammathur/setup-php` from 2.37.0 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.37.0...f3e473d) Updates `actionhippie/calens` from 1.13.4 to 1.14.1 - [Release notes](https://github.com/actionhippie/calens/releases) - [Changelog](https://github.com/actionhippie/calens/blob/master/CHANGELOG.md) - [Commits](actionhippie/calens@0b8ceba...6c54a62) --- updated-dependencies: - dependency-name: actionhippie/calens dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4921c51 commit 0d9c5e1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
sudo apt-get install -y "$ADDITIONAL_PACKAGES"
167167
168168
- name: Setup PHP
169-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
169+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2.37.2
170170
with:
171171
php-version: ${{ matrix.php }}
172172
extensions: apcu, ctype, curl, exif, fileinfo, gd, iconv, imagick, intl, json, mbstring, memcached, pdo, posix, simplexml, xml, zip, smbclient, ldap, krb5

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141

4242
- name: Validate changelog entries
43-
uses: actionhippie/calens@0b8ceba55a72f5ef8b7d910698fcd28be8bb8c19 # v1.13.4
43+
uses: actionhippie/calens@6c54a62bb0c9ac28f361e40f536fe0c69ba50e34 # v1.14.1
4444

4545
acceptance-api-smoke:
4646
if: ${{ !contains(github.event.pull_request.title, 'full-ci') }}

.github/workflows/lint-and-codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131

3232
- name: Setup PHP
33-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
33+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2.37.2
3434
with:
3535
php-version: ${{ matrix.php-version }}
3636
extensions: curl, gd, json, xml, zip

.github/workflows/php-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
repository: owncloud/core
6161

6262
- name: Setup PHP
63-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
63+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2.37.2
6464
with:
6565
php-version: ${{ matrix.php }}
6666
extensions: curl, gd, json, xml, zip, imagick

0 commit comments

Comments
 (0)