Skip to content

Commit ebddd7c

Browse files
chore(deps): update all dependencies
1 parent 4cea4d8 commit ebddd7c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
registry-url: "https://registry.npmjs.org"
2828
node-version: ${{ matrix.node-version }}
2929

30-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
30+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3131
id: yarn-cache
3232
with:
3333
path: .yarn
3434
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
3535
restore-keys: |
3636
${{ runner.os }}-yarn-
3737
38-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
38+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3939
id: nextjs-cache
4040
with:
4141
path: packages/documentation/.next/cache

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
registry-url: "https://registry.npmjs.org"
2323
node-version: ${{ matrix.node-version }}
2424

25-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
25+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2626
id: yarn-cache
2727
with:
2828
path: .yarn
2929
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
3030
restore-keys: |
3131
${{ runner.os }}-yarn-
3232
33-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
33+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3434
id: nextjs-cache
3535
with:
3636
path: packages/documentation/.next/cache

packages/openapi-code-generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@typespec/http": "^1.0.0-rc.1",
6363
"@typespec/openapi": "^1.0.0-rc.1",
6464
"@typespec/openapi3": "^1.0.0-rc.1",
65-
"@typespec/rest": "^0.69.0",
66-
"@typespec/versioning": "^0.69.0",
67-
"@typespec/xml": "^0.69.0"
65+
"@typespec/rest": "^0.70.0",
66+
"@typespec/versioning": "^0.70.0",
67+
"@typespec/xml": "^0.70.0"
6868
},
6969
"peerDependenciesMeta": {
7070
"@typespec/compiler": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)