Skip to content

Commit 65f6c4a

Browse files
Bump the all-actions group with 4 updates (#7)
Bumps the all-actions group with 4 updates: [actions/cache](https://github.com/actions/cache), [actions/download-artifact](https://github.com/actions/download-artifact), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact). 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) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) Updates `geekyeggo/delete-artifact` from 4 to 5 - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md) - [Commits](GeekyEggo/delete-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: geekyeggo/delete-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40f7ef7 commit 65f6c4a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/php.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
6363

6464
- name: Cache composer dependencies
65-
uses: actions/cache@v3
65+
uses: actions/cache@v4
6666
with:
6767
path: $COMPOSER_CACHE
6868
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -128,7 +128,7 @@ jobs:
128128
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
129129

130130
- name: Cache composer dependencies
131-
uses: actions/cache@v3
131+
uses: actions/cache@v4
132132
with:
133133
path: $COMPOSER_CACHE
134134
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -184,7 +184,7 @@ jobs:
184184
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
185185

186186
- name: Cache composer dependencies
187-
uses: actions/cache@v3
187+
uses: actions/cache@v4
188188
with:
189189
path: $COMPOSER_CACHE
190190
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -246,7 +246,7 @@ jobs:
246246
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
247247

248248
- name: Cache composer dependencies
249-
uses: actions/cache@v3
249+
uses: actions/cache@v4
250250
with:
251251
path: $COMPOSER_CACHE
252252
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -265,13 +265,13 @@ jobs:
265265
steps:
266266
- uses: actions/checkout@v4
267267

268-
- uses: actions/download-artifact@v3
268+
- uses: actions/download-artifact@v4
269269
with:
270270
name: coverage-data
271271
path: ${{ github.workspace }}/build
272272

273273
- name: Codecov
274-
uses: codecov/codecov-action@v3
274+
uses: codecov/codecov-action@v4
275275
with:
276276
token: ${{ secrets.CODECOV_TOKEN }}
277277
fail_ci_if_error: true
@@ -287,6 +287,6 @@ jobs:
287287
(needs.unit-tests-linux == 'success' && needs.coverage == 'skipped')
288288
289289
steps:
290-
- uses: geekyeggo/delete-artifact@v4
290+
- uses: geekyeggo/delete-artifact@v5
291291
with:
292292
name: coverage-data

0 commit comments

Comments
 (0)