Skip to content
Open
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/binary-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install node deps
run: bun install
- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.13
# ------------------------------------------------------------

- name: get version from release tag
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/framework-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: bun install

- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.13

- name: Build libraries
run: bun run build:libs
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
node-version: '24.x'

- name: Setup pnpm
uses: pnpm/action-setup@v5
uses: pnpm/action-setup@v6
with:
version: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write
steps:
- name: Label PR based on maintainer status
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const MAINTAINERS = 'theoephraim philmillman'.split(' ');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install node deps
run: bun install
- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.13

# ------------------------------------------------------------
- name: Build publishable npm packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install node deps
run: bun install
- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.13

# Ensure npm 11.5.1 or later is installed (for trusted publishing)
- name: Update npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: bun install

- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.13

- name: Build varlock and integrations
run: bun run build:libs
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Setup pnpm
uses: pnpm/action-setup@v5
uses: pnpm/action-setup@v6
with:
version: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
test -n "${{ steps.varlock.outputs.json-env }}"
echo "Varlock action output is present"
- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.13

# ------------------------------------------------------------
- name: ESLint
Expand Down
Loading