Skip to content

Commit

Permalink
Merge pull request #2 from netlogix/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4
  • Loading branch information
saschanowak committed Feb 29, 2024
2 parents f52b504 + 169045a commit 89d6269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-coding-standard.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: 'Cache Composer Dependencies'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: composer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: 'Cache Composer Dependencies'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: composer-php${{ matrix.php }}
Expand Down

0 comments on commit 89d6269

Please sign in to comment.