Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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/ci-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# docker rmi $(docker image ls -aq)
# df -h

- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6

- name: Restore turbo build
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6

- name: Setup NodeJS
uses: ./.github/actions/setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
install: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6

- name: Restore turbo build
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
install: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6

- name: Restore turbo build
uses: actions/download-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
restore-keys: |
vite-local-cache-${{ runner.os }}-

- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6

- name: Build Rocket.Chat Packages
run: yarn build
Expand All @@ -192,7 +192,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6
if: github.event.action != 'closed'

- name: Setup NodeJS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
install: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6

- name: Build packages
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
install: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6

- name: Build packages
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
install: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6

- name: Build packages
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
install: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: rharkor/caching-for-turbo@v1.5
- uses: rharkor/caching-for-turbo@v1.6

- name: Build packages
run: yarn build
Expand Down
Loading