Skip to content

Commit 6b45ddd

Browse files
chore(deps): Bump technote-space/get-diff-action from 6.1.1 to 6.1.2 (#822)
Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/technote-space/get-diff-action/releases) - [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc) - [Commits](technote-space/get-diff-action@v6.1.1...v6.1.2) --- updated-dependencies: - dependency-name: technote-space/get-diff-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2ab6f1 commit 6b45ddd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: 1.18
2323
- uses: actions/checkout@v3
24-
- uses: technote-space/[email protected].1
24+
- uses: technote-space/[email protected].2
2525
with:
2626
PATTERNS: |
2727
**/**.go

.github/workflows/sims.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
go-version: 1.18
5858
- name: Display go version
5959
run: go version
60-
- uses: technote-space/[email protected].1
60+
- uses: technote-space/[email protected].2
6161
with:
6262
PATTERNS: |
6363
**/**.go
@@ -84,7 +84,7 @@ jobs:
8484
go-version: 1.18
8585
- name: Display go version
8686
run: go version
87-
- uses: technote-space/[email protected].1
87+
- uses: technote-space/[email protected].2
8888
with:
8989
PATTERNS: |
9090
**/**.go
@@ -113,7 +113,7 @@ jobs:
113113
go-version: 1.18
114114
- name: Display go version
115115
run: go version
116-
- uses: technote-space/[email protected].1
116+
- uses: technote-space/[email protected].2
117117
with:
118118
PATTERNS: |
119119
**/**.go
@@ -142,7 +142,7 @@ jobs:
142142
go-version: 1.18
143143
- name: Display go version
144144
run: go version
145-
- uses: technote-space/[email protected].1
145+
- uses: technote-space/[email protected].2
146146
with:
147147
PATTERNS: |
148148
**/**.go

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/[email protected]
5353
with:
5454
go-version: 1.18
55-
- uses: technote-space/[email protected].1
55+
- uses: technote-space/[email protected].2
5656
id: git_diff
5757
with:
5858
PATTERNS: |
@@ -73,7 +73,7 @@ jobs:
7373
go-version: 1.18
7474
- name: Display go version
7575
run: go version
76-
- uses: technote-space/[email protected].1
76+
- uses: technote-space/[email protected].2
7777
id: git_diff
7878
with:
7979
PATTERNS: |
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/[email protected]
124124
with:
125125
go-version: 1.18
126-
- uses: technote-space/[email protected].1
126+
- uses: technote-space/[email protected].2
127127
with:
128128
PATTERNS: |
129129
**/**.go
@@ -157,7 +157,7 @@ jobs:
157157
needs: tests
158158
steps:
159159
- uses: actions/checkout@v3
160-
- uses: technote-space/[email protected].1
160+
- uses: technote-space/[email protected].2
161161
with:
162162
PATTERNS: |
163163
**/**.go
@@ -211,7 +211,7 @@ jobs:
211211
- uses: actions/[email protected]
212212
with:
213213
go-version: 1.18
214-
- uses: technote-space/[email protected].1
214+
- uses: technote-space/[email protected].2
215215
with:
216216
PATTERNS: |
217217
**/**.go
@@ -268,7 +268,7 @@ jobs:
268268
# - uses: actions/[email protected]
269269
# with:
270270
# go-version: 1.18
271-
# - uses: technote-space/[email protected].1
271+
# - uses: technote-space/[email protected].2
272272
# id: git_diff
273273
# with:
274274
# PATTERNS: |

0 commit comments

Comments
 (0)