Skip to content

Commit ed9082a

Browse files
committed
[FLOW] Update build file
1 parent 6ee0eba commit ed9082a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3232

3333
- name: Cache dependencies
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
with:
3636
path: ${{ steps.composer-cache.outputs.dir }}
3737
key: ${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)