Skip to content

Commit

Permalink
feat: bump argo default version to 2.2.4 and update dependencies to l…
Browse files Browse the repository at this point in the history
…atest
  • Loading branch information
bryantbiggs committed Feb 3, 2022
1 parent 86c71e4 commit d4b6806
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 233 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See the [ArgoCD CLI documentation](https://argoproj.github.io/argo-cd/user-guide
```yml
- uses: clowdhaus/argo-cd-action/@main
with:
version: 2.2.3
version: 2.2.4
command: version
options: --client
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
description: >
Version of Argo CD to install - https://github.com/argoproj/argo-cd/releases
required: false
default: 2.2.3
default: 2.2.4

runs:
using: node16
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vercel/ncc": "^0.33.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.7.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.2.1",
"lint-staged": "^12.3.3",
"prettier": "^2.5.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^19.0.2",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit d4b6806

Please sign in to comment.