Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +%Y-%m-%d)"
- name: Use cache for NPM
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
with:
path: |
~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +%Y-%m-%d)"
- name: Cache NPM cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
with:
path: |
~/.npm
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +%Y-%m-%d)"
- name: Cache NPM cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
with:
path: |
~/.npm
Expand All @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-node-${{ steps.date.outputs.date }}-
${{ runner.os }}-node-
- name: Cache composer files
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
with:
path: |
vendor
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +%Y-%m-%d)"
- name: Use cache for NPM
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
with:
path: |
~/.npm
Expand All @@ -369,7 +369,7 @@ jobs:
${{ runner.os }}-node-${{ steps.date.outputs.date }}-
${{ runner.os }}-node-
- name: Use cache for Composer
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
with:
path: |
vendor
Expand Down