Skip to content

Commit bd8fc8f

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `actions/cache` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 707e4a5 commit bd8fc8f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
continuous-integration:
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1
@@ -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@9255dc7a253b0ccc959486e2bca901246202afeb
27+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
2828
with:
2929
path: ${{ steps.composer-cache.outputs.dir }}
3030
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

.github/workflows/smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-24.04
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
11+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1212

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

0 commit comments

Comments
 (0)