Skip to content

Commit cef821d

Browse files
authored
Merge pull request #406 from pluginsGLPI/dependabot/github_actions/actions/cache-6
Bump actions/cache from 4 to 6
2 parents 851ffbf + 520994e commit cef821d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
coverage: none
4141

4242
- name: Cache Composer dependencies
43-
uses: actions/cache@v4
43+
uses: actions/cache@v6
4444
with:
4545
path: ~/.cache/composer
4646
key: composer-${{ matrix.php-version }}-${{ hashFiles('glpi/composer.lock') }}
@@ -110,7 +110,7 @@ jobs:
110110
coverage: none
111111

112112
- name: Cache Composer dependencies
113-
uses: actions/cache@v4
113+
uses: actions/cache@v6
114114
with:
115115
path: ~/.cache/composer
116116
key: composer-${{ matrix.php-version }}-${{ hashFiles('glpi/composer.lock') }}

0 commit comments

Comments
 (0)