Skip to content

Commit 4e88b84

Browse files
authored
Prepare release 2.0.0 (#1110)
1 parent 3db675d commit 4e88b84

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Syntax:
99

1010
```
1111
- name: Prevent file change
12-
uses: xalvarez/prevent-file-change-action@v1
12+
uses: xalvarez/prevent-file-change-action@v2
1313
with:
1414
githubToken: ${{ secrets.GITHUB_TOKEN }}
1515
pattern: .*\.example

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prevent-file-change",
3-
"version": "1.9.1",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "Fail a pull request workflow if certain files are changed",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)