Skip to content

Commit 7ae6c01

Browse files
authored
Merge pull request MyIntervals#418 from sabberworm/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents cbe5f33 + 724b654 commit 7ae6c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: composer config --global --list
6262

6363
- name: Cache dependencies installed with composer
64-
uses: actions/cache@v3
64+
uses: actions/cache@v4
6565
with:
6666
path: ~/.cache/composer
6767
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
@@ -116,7 +116,7 @@ jobs:
116116
run: composer config --global --list
117117

118118
- name: Cache dependencies installed with composer
119-
uses: actions/cache@v3
119+
uses: actions/cache@v4
120120
with:
121121
path: ~/.cache/composer
122122
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)