File tree 9 files changed +25
-17
lines changed
9 files changed +25
-17
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
- name : Download fossa cli
20
20
run : |-
21
21
mkdir -p $HOME/.local/bin
Original file line number Diff line number Diff line change 7
7
release-please :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
10
+ - uses : navikt/github-app-token-generator@a3831f44404199df32d8f39f7c0ad9bb8fa18b1c
11
11
id : get-token
12
12
with :
13
13
private-key : ${{ secrets.TOKENS_PRIVATE_KEY }}
14
14
app-id : ${{ secrets.TOKENS_APP_ID }}
15
- - uses : GoogleCloudPlatform/release-please-action@v2
15
+ - uses : GoogleCloudPlatform/release-please-action@v3
16
16
id : release
17
17
with :
18
18
token : ${{ steps.get-token.outputs.token }}
19
19
release-type : node
20
20
package-name : ' @netlify/open-api'
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
if : ${{ steps.release.outputs.release_created }}
23
- - uses : actions/setup-node@v2
23
+ - uses : actions/setup-node@v3
24
24
with :
25
25
node-version : ' *'
26
26
check-latest : true
Original file line number Diff line number Diff line change 8
8
swagger-bump :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
12
- - uses : actions/setup-node@v2
11
+ - uses : actions/checkout@v3
12
+ - uses : actions/setup-node@v3
13
13
with :
14
14
node-version : ' *'
15
15
check-latest : true
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
20
20
- name : Install Node.js ${{ matrix.node_version }}
21
- uses : actions/setup-node@v2
21
+ uses : actions/setup-node@v3
22
22
with :
23
23
node-version : ${{ matrix.node_version }}
24
24
check-latest : true
25
25
- name : Git checkout
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
27
27
- name : Install dependencies
28
28
run : npm ci
29
29
- name : Tests
@@ -37,11 +37,11 @@ jobs:
37
37
runs-on : ${{ matrix.os }}
38
38
steps :
39
39
- name : Install Go ${{ matrix.go_version }}
40
- uses : actions/setup-go@v2.1.3
40
+ uses : actions/setup-go@v4
41
41
with :
42
42
go-version : ${{ matrix.go_version }}
43
43
- name : Checkout code
44
- uses : actions/checkout@v2
44
+ uses : actions/checkout@v3
45
45
- name : Install make
46
46
run : choco install make
47
47
if : ${{ matrix.os == 'windows-latest' }}
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
19
- name : Install Go ${{ matrix.go_version }}
20
- uses : actions/setup-go@v2.1.3
20
+ uses : actions/setup-go@v4
21
21
with :
22
22
go-version : ${{ matrix.go_version }}
23
23
- name : Checkout code
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
- name : Install dependencies
26
26
run : make all
27
27
- 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
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
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
+
10
18
### [ 2.15.1] ( https://www.github.com/netlify/open-api/compare/v2.15.0...v2.15.1 ) (2023-03-24)
11
19
12
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/open-api" ,
3
3
"description" : " Netlify's open-api definition as a module" ,
4
- "version" : " 2.15.1 " ,
4
+ "version" : " 2.16.0 " ,
5
5
"author" : " Netlify" ,
6
6
"ava" : {
7
7
"files" : [
Original file line number Diff line number Diff line change 1
1
swagger : ' 2.0'
2
2
info :
3
- version : 2.15.1
3
+ version : 2.16.0
4
4
title : Netlify's API documentation
5
5
description : >-
6
6
Netlify is a hosting service for the programmable web. It understands your
You can’t perform that action at this time.
0 commit comments