Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit bbe4f74

Browse files
feat: build for release
1 parent 5779c22 commit bbe4f74

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.ja.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- uses: actions/checkout@v2
60-
- uses: technote-space/get-diff-action@v4
60+
- uses: technote-space/get-diff-action@v5
6161
with:
6262
PATTERNS: |
6363
+(src|__tests__)/**/*.ts
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- uses: actions/checkout@v2
109-
- uses: technote-space/get-diff-action@v4
109+
- uses: technote-space/get-diff-action@v5
110110
with:
111111
PATTERNS: |
112112
+(src|__tests__)/**/*.ts
@@ -244,7 +244,7 @@ jobs:
244244
runs-on: ubuntu-latest
245245
steps:
246246
- uses: actions/checkout@v2
247-
- uses: technote-space/get-diff-action@v4
247+
- uses: technote-space/get-diff-action@v5
248248
with:
249249
CHECK_ONLY_COMMIT_WHEN_DRAFT: true
250250
# ...
@@ -260,7 +260,7 @@ jobs:
260260
runs-on: ubuntu-latest
261261
steps:
262262
- uses: actions/checkout@v2
263-
- uses: technote-space/get-diff-action@v4
263+
- uses: technote-space/get-diff-action@v5
264264
with:
265265
PATTERNS: |
266266
+(src|__tests__)/**/*.ts
@@ -292,7 +292,7 @@ jobs:
292292
runs-on: ubuntu-latest
293293
steps:
294294
- uses: actions/checkout@v2
295-
- uses: technote-space/get-diff-action@v4
295+
- uses: technote-space/get-diff-action@v5
296296
with:
297297
PATTERNS: '*.ts'
298298
RELATIVE: 'src/abc'

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- uses: actions/checkout@v2
60-
- uses: technote-space/get-diff-action@v4
60+
- uses: technote-space/get-diff-action@v5
6161
with:
6262
PATTERNS: |
6363
+(src|__tests__)/**/*.ts
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- uses: actions/checkout@v2
109-
- uses: technote-space/get-diff-action@v4
109+
- uses: technote-space/get-diff-action@v5
110110
with:
111111
PATTERNS: |
112112
+(src|__tests__)/**/*.ts
@@ -244,7 +244,7 @@ jobs:
244244
runs-on: ubuntu-latest
245245
steps:
246246
- uses: actions/checkout@v2
247-
- uses: technote-space/get-diff-action@v4
247+
- uses: technote-space/get-diff-action@v5
248248
with:
249249
CHECK_ONLY_COMMIT_WHEN_DRAFT: true
250250
# ...
@@ -260,7 +260,7 @@ jobs:
260260
runs-on: ubuntu-latest
261261
steps:
262262
- uses: actions/checkout@v2
263-
- uses: technote-space/get-diff-action@v4
263+
- uses: technote-space/get-diff-action@v5
264264
with:
265265
PATTERNS: |
266266
+(src|__tests__)/**/*.ts
@@ -292,7 +292,7 @@ jobs:
292292
runs-on: ubuntu-latest
293293
steps:
294294
- uses: actions/checkout@v2
295-
- uses: technote-space/get-diff-action@v4
295+
- uses: technote-space/get-diff-action@v5
296296
with:
297297
PATTERNS: '*.ts'
298298
RELATIVE: 'src/abc'

build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"get-diff-action","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v4.2.1","branch":"gh-actions","tags":["test/v4.2.1","test/v4.2","test/v4"],"updated_at":"2021-08-01T13:44:39.768Z"}
1+
{"owner":"technote-space","repo":"get-diff-action","sha":"b282abf41f27a43bc0b558e95fca2ba8b5e36a2c","ref":"refs/tags/v5.0.0","tagName":"v5.0.0","branch":"gh-actions","tags":["v5.0.0","v5.0","v5"],"updated_at":"2021-08-01T14:16:42.985Z"}

node_modules/.yarn-integrity

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)