Skip to content

Commit 884551b

Browse files
authored
ITDEV-537 - Dependency updates (#20)
* Dependency updates * improvement * improvements * fixes * add new line
1 parent aea1277 commit 884551b

File tree

18 files changed

+1051
-8014
lines changed

18 files changed

+1051
-8014
lines changed

.eslintrc.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111

1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: test
1717
run: |
1818
npm install
19-
npm test

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212

1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: test
1818
run: |
1919
npm install
20-
npm test

.github/workflows/review.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: project-version-check (integration-test)
1717
id: actions_project_version_check
@@ -46,4 +46,3 @@ jobs:
4646
- name: test
4747
run: |
4848
npm install
49-
npm test

.husky/pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# .husky/pre-commit
2+
3+
ncc build src/index.js --minify && git add dist/index.js

.jest/package.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.jest/pom.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.jest/setEnvVars.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

.jest/version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Is used to disable the whole version check and only return the project version a
2727
### `version`
2828

2929
If the version update is valid then the new version is available as output. Usage:
30-
```
30+
31+
``` yaml
3132
- uses: avides/actions-project-version-check@latest
3233
id: actions_project_version_check
3334
with:
@@ -39,8 +40,9 @@ If the version update is valid then the new version is available as output. Usag
3940
```
4041
4142
## Example usage
42-
```
43-
- uses: avides/actions-project-version-check@v1.4.0
43+
44+
``` yaml
45+
- uses: avides/actions-project-version-check@v2.0.0
4446
- with:
4547
token: ${{ secrets.GITHUB_TOKEN }}
4648
file-to-check: package.json

0 commit comments

Comments
 (0)