Skip to content

Commit fe2965c

Browse files
committed
updated static analysis
Signed-off-by: bidi <bidi@apidemia.com>
1 parent 2669015 commit fe2965c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3434

3535
- name: Cache dependencies installed with composer
36-
uses: actions/cache@v2
36+
uses: actions/cache@v3
3737
with:
3838
path: ${{ env.COMPOSER_CACHE_DIR }}
3939
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)