Skip to content

Commit 05e0d77

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/minor-and-patch-120f380c68
2 parents 5819042 + ee581f6 commit 05e0d77

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build-and-test.yml

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

2525
# Install pnpm (version from package.json packageManager field)
2626
- name: Install pnpm
27-
uses: pnpm/action-setup@v5
27+
uses: pnpm/action-setup@v6
2828

2929
# Cache pnpm modules
3030
- name: Cache pnpm modules

.github/workflows/check-tool-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '24'
2020

2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v5
22+
uses: pnpm/action-setup@v6
2323

2424
- name: Install dependencies
2525
run: pnpm install
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Create Issue if Links are Broken
3131
if: failure()
32-
uses: actions/github-script@v8
32+
uses: actions/github-script@v9
3333
with:
3434
script: |
3535
const fs = require('fs');

src/content/tools/openapi-explorer.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ categories:
66
link: https://github.com/Rhosys/openapi-explorer/blob/main/README.md
77
languages:
88
javascript: true
9+
typescript: true
910
custom element: true
10-
repo: https://github.com/Rhosys/openapi-explorer
11+
repo: https://github.com/Authress-Engineering/openapi-explorer
1112
oasVersions:
1213
v2: true
1314
v3: true
1415
v3_1: true
15-
v3_2: false
16+
v3_2: true
1617
---

0 commit comments

Comments
 (0)