Skip to content

Commit eb0aabb

Browse files
committed
fix: update dependencies
1 parent 63786a6 commit eb0aabb

File tree

6 files changed

+1037
-1398
lines changed

6 files changed

+1037
-1398
lines changed

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Lock threads'
1+
name: 'Lock Threads'
22

33
on:
44
schedule:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
.assets

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.18.2
1+
12.20.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following workflow will search once an hour for closed issues
9595
and pull requests that can be locked.
9696

9797
```yaml
98-
name: 'Lock threads'
98+
name: 'Lock Threads'
9999

100100
on:
101101
schedule:
@@ -127,7 +127,7 @@ and their default values. Any of the parameters can be omitted,
127127
except `github-token`.
128128

129129
```yaml
130-
name: 'Lock threads'
130+
name: 'Lock Threads'
131131
132132
on:
133133
schedule:
@@ -225,7 +225,7 @@ than that, it will just take a few hours or days to process them all.
225225

226226
## License
227227

228-
Copyright (c) 2017-2020 Armin Sebastian
228+
Copyright (c) 2017-2021 Armin Sebastian
229229

230230
This software is released under the terms of the MIT License.
231231
See the [LICENSE](LICENSE) file for further information.

0 commit comments

Comments
 (0)