Skip to content

Commit b78fe20

Browse files
authored
Merge pull request #37 from nplhse/dependabot/github_actions/actions/cache-5
build(deps): Bump actions/cache from 4 to 5
2 parents 5e52a7c + 6e3df4d commit b78fe20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3838

3939
- name: "Cache composer"
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: ${{ steps.composer-cache.outputs.dir }}
4343
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151

5252
- name: "Cache composer"
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: ${{ steps.composer-cache.outputs.dir }}
5656
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}

0 commit comments

Comments
 (0)