Skip to content

Commit 7f6d23e

Browse files
committed
Checkpoint before follow-up message
1 parent 4f5aa91 commit 7f6d23e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/algolia-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: pnpm/action-setup@v4
1818
with:
19-
version: 8
19+
version: 9
2020

2121
- uses: dorny/paths-filter@v3
2222
id: filter

.github/workflows/lint-404s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: pnpm/action-setup@v4
2020
with:
21-
version: 8
21+
version: 9
2222

2323
- uses: dorny/paths-filter@v3
2424
id: filter

.github/workflows/sync-labels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
issues: write
2222
pull-requests: write
2323
steps:
24-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2525

2626
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2727
id: setup-node
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: pnpm/action-setup@v4
3232
with:
33-
version: 8
33+
version: 9
3434
- run: pnpm add -g [email protected]
3535

3636
- name: Run github-label-sync
@@ -43,7 +43,7 @@ jobs:
4343
2>&1 | tee sync-report.txt
4444
4545
- name: Read sync output into variable
46-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
46+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
4747
if: github.event_name == 'pull_request'
4848
id: github-label-sync
4949
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: pnpm/action-setup@v4
3636
with:
37-
version: 8
37+
version: 9
3838
- run: pnpm install --frozen-lockfile
3939
if: steps.cache.outputs.cache-hit != 'true'
4040

@@ -77,7 +77,7 @@ jobs:
7777
key: node-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
7878
- uses: pnpm/action-setup@v4
7979
with:
80-
version: 8
80+
version: 9
8181
- run: pnpm install --frozen-lockfile
8282
if: steps.cache.outputs.cache-hit != 'true'
8383
- name: Run Tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/getsentry/sentry-docs/issues"
1212
},
1313
"private": true,
14-
"packageManager": "pnpm@8.15.0",
14+
"packageManager": "pnpm@9.50.0",
1515
"scripts": {
1616
"dev": "pnpm enforce-redirects && concurrently \"pnpm sidecar\" \"node ./src/hotReloadWatcher.mjs\" \"next dev\"",
1717
"dev:developer-docs": "pnpm enforce-redirects && NEXT_PUBLIC_DEVELOPER_DOCS=1 pnpm dev",

0 commit comments

Comments
 (0)