Skip to content

Commit 16cf058

Browse files
chore(deps): bump the actions group with 3 updates
Bumps the actions group with 3 updates: [rharkor/caching-for-turbo](https://github.com/rharkor/caching-for-turbo), [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/github-script](https://github.com/actions/github-script). Updates `rharkor/caching-for-turbo` from 2.3.11 to 2.3.13 - [Release notes](https://github.com/rharkor/caching-for-turbo/releases) - [Commits](rharkor/caching-for-turbo@v2.3.11...v2.3.13) Updates `pnpm/action-setup` from 5 to 6 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...v6) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: rharkor/caching-for-turbo dependency-version: 2.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ba6c25 commit 16cf058

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/binary-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install node deps
4747
run: bun install
4848
- name: Enable turborepo build cache
49-
uses: rharkor/caching-for-turbo@v2.3.11
49+
uses: rharkor/caching-for-turbo@v2.3.13
5050
# ------------------------------------------------------------
5151

5252
- name: get version from release tag

.github/workflows/framework-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: bun install
6767

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

7171
- name: Build libraries
7272
run: bun run build:libs
@@ -109,7 +109,7 @@ jobs:
109109
node-version: '24.x'
110110

111111
- name: Setup pnpm
112-
uses: pnpm/action-setup@v5
112+
uses: pnpm/action-setup@v6
113113
with:
114114
version: 10
115115

.github/workflows/pr-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: Label PR based on maintainer status
21-
uses: actions/github-script@v8
21+
uses: actions/github-script@v9
2222
with:
2323
script: |
2424
const MAINTAINERS = 'theoephraim philmillman'.split(' ');

.github/workflows/release-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install node deps
3434
run: bun install
3535
- name: Enable turborepo build cache
36-
uses: rharkor/caching-for-turbo@v2.3.11
36+
uses: rharkor/caching-for-turbo@v2.3.13
3737

3838
# ------------------------------------------------------------
3939
- name: Build publishable npm packages

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install node deps
4040
run: bun install
4141
- name: Enable turborepo build cache
42-
uses: rharkor/caching-for-turbo@v2.3.11
42+
uses: rharkor/caching-for-turbo@v2.3.13
4343

4444
# Ensure npm 11.5.1 or later is installed (for trusted publishing)
4545
- name: Update npm

.github/workflows/smoke-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: bun install
6565

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

6969
- name: Build varlock and integrations
7070
run: bun run build:libs
@@ -150,7 +150,7 @@ jobs:
150150
node-version: ${{ matrix.node-version }}
151151

152152
- name: Setup pnpm
153-
uses: pnpm/action-setup@v5
153+
uses: pnpm/action-setup@v6
154154
with:
155155
version: 10
156156

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
test -n "${{ steps.varlock.outputs.json-env }}"
4242
echo "Varlock action output is present"
4343
- name: Enable turborepo build cache
44-
uses: rharkor/caching-for-turbo@v2.3.11
44+
uses: rharkor/caching-for-turbo@v2.3.13
4545

4646
# ------------------------------------------------------------
4747
- name: ESLint

0 commit comments

Comments
 (0)