Skip to content

Commit de0a88e

Browse files
Bump actions/cache from 4 to 5 (#13)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a50187a commit de0a88e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
php-version: '8.3'
1717
extensions: soap
18-
- uses: actions/cache@v4
18+
- uses: actions/cache@v5
1919
with:
2020
path: vendor
2121
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
php-version: '8.3'
3434
extensions: soap
35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
with:
3737
path: vendor
3838
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
php-version: '8.3'
5151
extensions: soap
52-
- uses: actions/cache@v4
52+
- uses: actions/cache@v5
5353
with:
5454
path: vendor
5555
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
php-version: '8.3'
6868
extensions: soap
69-
- uses: actions/cache@v4
69+
- uses: actions/cache@v5
7070
with:
7171
path: vendor
7272
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
@@ -87,7 +87,7 @@ jobs:
8787
php-version: ${{ matrix.php }}
8888
extensions: soap, pcov
8989
coverage: pcov
90-
- uses: actions/cache@v4
90+
- uses: actions/cache@v5
9191
with:
9292
path: vendor
9393
key: ${{ runner.os }}-php${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
php-version: '8.3'
117117
extensions: soap
118-
- uses: actions/cache@v4
118+
- uses: actions/cache@v5
119119
with:
120120
path: vendor
121121
key: ${{ runner.os }}-php8.3-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)