Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent faf164b commit bf0bf21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "dir=$dir" >> $GITHUB_OUTPUT
- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
php bin/console lint:twig --show-deprecations src/system/
- name: Cache vulnerability database
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-db
with:
path: ~/.symfony/cache
Expand Down

0 comments on commit bf0bf21

Please sign in to comment.