File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
packages/openapi-code-generator Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments