Skip to content

Commit

Permalink
Enhancement: Update actions/cache (#1432)
Browse files Browse the repository at this point in the history
Co-authored-by: pakrym-stripe <99349468+pakrym-stripe@users.noreply.github.com>
  • Loading branch information
localheinz and pakrym-stripe authored Feb 8, 2023
1 parent 85d69ae commit 660594a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Conventionally you would hash "composer.lock", but we don't commit
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit 660594a

Please sign in to comment.