Skip to content

Commit 8ea019f

Browse files
Merge pull request #19 from contentstack/Enh/cache_version_bump
updated ci workflow file
2 parents 363e433 + 54d4e53 commit 8ea019f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Cache Composer packages
2727
id: composer-cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)