Skip to content

Commit

Permalink
fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Apr 22, 2024
1 parent ec56a2b commit ff39376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Cache Composer dependencies
uses: actions/cache@v3
with:
path: /tmp/composer-cache
path: /tmp/composer-cache-81
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

- name: Composer install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Cache Composer dependencies
uses: actions/cache@v3
with:
path: /tmp/composer-cache
path: /tmp/composer-cache-82
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

- name: Composer install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-8.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Cache Composer dependencies
uses: actions/cache@v3
with:
path: /tmp/composer-cache
path: /tmp/composer-cache-83
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

- name: Composer install
Expand Down

0 comments on commit ff39376

Please sign in to comment.