File tree Expand file tree Collapse file tree 9 files changed +25
-17
lines changed Expand file tree Collapse file tree 9 files changed +25
-17
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919 - name : Download fossa cli
2020 run : |-
2121 mkdir -p $HOME/.local/bin
Original file line number Diff line number Diff line change 77 release-please :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
10+ - uses : navikt/github-app-token-generator@a3831f44404199df32d8f39f7c0ad9bb8fa18b1c
1111 id : get-token
1212 with :
1313 private-key : ${{ secrets.TOKENS_PRIVATE_KEY }}
1414 app-id : ${{ secrets.TOKENS_APP_ID }}
15- - uses : GoogleCloudPlatform/release-please-action@v2
15+ - uses : GoogleCloudPlatform/release-please-action@v3
1616 id : release
1717 with :
1818 token : ${{ steps.get-token.outputs.token }}
1919 release-type : node
2020 package-name : ' @netlify/open-api'
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 if : ${{ steps.release.outputs.release_created }}
23- - uses : actions/setup-node@v2
23+ - uses : actions/setup-node@v3
2424 with :
2525 node-version : ' *'
2626 check-latest : true
Original file line number Diff line number Diff line change 88 swagger-bump :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - uses : actions/setup-node@v2
11+ - uses : actions/checkout@v3
12+ - uses : actions/setup-node@v3
1313 with :
1414 node-version : ' *'
1515 check-latest : true
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Install Node.js ${{ matrix.node_version }}
21- uses : actions/setup-node@v2
21+ uses : actions/setup-node@v3
2222 with :
2323 node-version : ${{ matrix.node_version }}
2424 check-latest : true
2525 - name : Git checkout
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v3
2727 - name : Install dependencies
2828 run : npm ci
2929 - name : Tests
@@ -37,11 +37,11 @@ jobs:
3737 runs-on : ${{ matrix.os }}
3838 steps :
3939 - name : Install Go ${{ matrix.go_version }}
40- uses : actions/setup-go@v2.1.3
40+ uses : actions/setup-go@v4
4141 with :
4242 go-version : ${{ matrix.go_version }}
4343 - name : Checkout code
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v3
4545 - name : Install make
4646 run : choco install make
4747 if : ${{ matrix.os == 'windows-latest' }}
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ${{ matrix.os }}
1818 steps :
1919 - name : Install Go ${{ matrix.go_version }}
20- uses : actions/setup-go@v2.1.3
20+ uses : actions/setup-go@v4
2121 with :
2222 go-version : ${{ matrix.go_version }}
2323 - name : Checkout code
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525 - name : Install dependencies
2626 run : make all
2727 - name : Check for changes
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10+ ## [ 2.16.0] ( https://www.github.com/netlify/open-api/compare/v2.15.1...v2.16.0 ) (2023-04-19)
11+
12+
13+ ### Features
14+
15+ * add runtimeVersion support to deploy ([ #442 ] ( https://www.github.com/netlify/open-api/issues/442 ) ) ([ d356ee2] ( https://www.github.com/netlify/open-api/commit/d356ee22eeeaef4506072aee97d86ac3f08d0457 ) )
16+ * support for edge-redirects manifests ([ 3e1ea56] ( https://www.github.com/netlify/open-api/commit/3e1ea563621564c8cbd17826fea06c9ae088b8a7 ) )
17+
1018### [ 2.15.1] ( https://www.github.com/netlify/open-api/compare/v2.15.0...v2.15.1 ) (2023-03-24)
1119
1220
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/open-api" ,
33 "description" : " Netlify's open-api definition as a module" ,
4- "version" : " 2.15.1 " ,
4+ "version" : " 2.16.0 " ,
55 "author" : " Netlify" ,
66 "ava" : {
77 "files" : [
Original file line number Diff line number Diff line change 11swagger : ' 2.0'
22info :
3- version : 2.15.1
3+ version : 2.16.0
44 title : Netlify's API documentation
55 description : >-
66 Netlify is a hosting service for the programmable web. It understands your
You can’t perform that action at this time.
0 commit comments