Skip to content

Commit 50c1577

Browse files
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [shivammathur/setup-php](https://github.com/shivammathur/setup-php), [actions/cache](https://github.com/actions/cache) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) Updates `shivammathur/setup-php` from 2.37.1 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@7c071df...f3e473d) Updates `actions/cache` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) Updates `docker/build-push-action` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f9f3042...53b7df9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 242f4bb commit 50c1577

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/continuous_integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
continuous-integration:
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
15+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1616

1717
- name: Setup PHP
18-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc
18+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240
1919
with:
2020
php-version: '8.4'
2121
tools: composer
@@ -24,7 +24,7 @@ jobs:
2424
id: composer-cache
2525
run: |
2626
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
27-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
27+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
2828
with:
2929
path: ${{ steps.composer-cache.outputs.dir }}
3030
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

.github/workflows/smoketest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ubuntu-24.04
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
11+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1212

1313
- name: Set up Docker Buildx
1414
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
1515

1616
- name: Build Docker image and store in cache
17-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
17+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
1818
env:
1919
DOCKER_BUILD_SUMMARY: false
2020
with:

0 commit comments

Comments
 (0)