Skip to content

Commit

Permalink
upgrade pipeline to cache v4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Nov 12, 2024
1 parent e23bf40 commit 7aedc09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/step_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ini-values: phar.readonly=OFF
# -----------------------------------
- name: Mount Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: cache-build-${{ github.run_id }}
path: |
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v4
# -----------------------------------
- name: Mount Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: cache-build-${{ github.run_id }}
path: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/step_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
php-version: ${{ inputs.PHP_VERSION }}
# -----------------------------------
- name: Mount Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: cache-dev-${{ github.run_id }}
path: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
php-version: ${{ inputs.PHP_VERSION }}
# -----------------------------------
- name: Mount Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: cache-dev-${{ github.run_id }}
path: |
Expand All @@ -86,7 +86,7 @@ jobs:
php-version: ${{ inputs.PHP_VERSION }}
# -----------------------------------
- name: Mount Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: cache-dev-${{ github.run_id }}
path: |
Expand All @@ -108,7 +108,7 @@ jobs:
php-version: ${{ inputs.PHP_VERSION }}
# -----------------------------------
- name: Mount Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: cache-dev-${{ github.run_id }}
path: |
Expand All @@ -130,7 +130,7 @@ jobs:
php-version: ${{ inputs.PHP_VERSION }}
# -----------------------------------
- name: Mount Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: cache-dev-${{ github.run_id }}
path: |
Expand All @@ -152,7 +152,7 @@ jobs:
php-version: ${{ inputs.PHP_VERSION }}
# -----------------------------------
- name: Mount Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: cache-dev-${{ github.run_id }}
path: |
Expand Down

0 comments on commit 7aedc09

Please sign in to comment.