Skip to content

Commit

Permalink
replace dtinth/setup-github-actions-caching-for-turbo to use `rhark…
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Aug 6, 2024
1 parent cf778f1 commit 88f3da3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
tar xzf Rocket.Chat.tar.gz
rm Rocket.Chat.tar.gz
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- uses: rharkor/caching-for-turbo@v1.5

- name: Setup NodeJS
uses: ./.github/actions/setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/meteor-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
meteor node -v
git version
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- uses: rharkor/caching-for-turbo@v1.5

- name: Translation check
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# docker rmi $(docker image ls -aq)
# df -h

- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- uses: rharkor/caching-for-turbo@v1.5

- name: Cache TypeCheck
uses: actions/cache@v3
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 @@ -139,7 +139,7 @@ jobs:
CR_PAT: ${{ secrets.CR_PAT }}
node-version: ${{ inputs.node-version }}

- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- uses: rharkor/caching-for-turbo@v1.5

- name: Start httpbin container and wait for it to be ready
if: inputs.type == 'api'
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 @@ -40,7 +40,7 @@ jobs:
cache-modules: true
install: true

- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- uses: rharkor/caching-for-turbo@v1.5

- name: Unit Test
run: yarn testunit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
restore-keys: |
vite-local-cache-${{ runner.os }}-
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- uses: rharkor/caching-for-turbo@v1.5

- name: Build Rocket.Chat Packages
run: yarn build
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 @@ -38,7 +38,7 @@ jobs:
cache-modules: true
install: true

- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- uses: rharkor/caching-for-turbo@v1.5

- name: Build packages
run: yarn build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr-update-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache-modules: true
install: true

- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- uses: rharkor/caching-for-turbo@v1.5

- name: Build packages
run: yarn build
Expand All @@ -36,4 +36,3 @@ jobs:
action: update-pr-description
env:
GITHUB_TOKEN: ${{ secrets.CI_PAT }}

2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache-modules: true
install: true

- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- uses: rharkor/caching-for-turbo@v1.5

- name: Build packages
run: yarn build
Expand Down

0 comments on commit 88f3da3

Please sign in to comment.