Skip to content

Commit b8991d3

Browse files
authored
Merge pull request #18 from netlogix/dependabot/github_actions/actions/cache-4
2 parents f201ce7 + 1e6b890 commit b8991d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functionaltests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ini-values: opcache.fast_shutdown=0
3535

3636
- name: "[1/5] Create composer project - Cache composer dependencies"
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: ~/.composer/cache
4040
key: php-${{ matrix.php-version }}-flow-${{ matrix.flow-version }}-composer-${{ hashFiles('composer.json') }}

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ini-values: opcache.fast_shutdown=0
2828

2929
- name: "[1/5] Create composer project - Cache composer dependencies"
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/.composer/cache
3333
key: php-${{ matrix.php-version }}-flow-${{ matrix.flow-version }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)