Skip to content

Commit

Permalink
IT-537 - Update dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fegbers committed Apr 27, 2022
1 parent 41943dd commit cabc823
Show file tree
Hide file tree
Showing 10 changed files with 3,336 additions and 7,011 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"env": {
"commonjs": true,
"es6": true,
"node": true
"node": true,
"jest": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 11
},
"rules": {
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: project-version-check (integration-test)
id: actions_project_version_check
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If the version update is valid then the new version is available as output. Usag

## Example usage
```
- uses: avides/actions-project-version-check@v1.2.1
- uses: avides/actions-project-version-check@v1.3.0
- with:
token: ${{ secrets.GITHUB_TOKEN }}
file-to-check: package.json
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ outputs:
version:
description: If the version update is valid then the new version is returned
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

0 comments on commit cabc823

Please sign in to comment.