Skip to content

Commit

Permalink
feat: bump argo default version to 2.2.3 and update dependencies to l…
Browse files Browse the repository at this point in the history
…atest
  • Loading branch information
bryantbiggs committed Jan 19, 2022
1 parent aa2bef6 commit 7ef9759
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 721 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.1.2
version: 2.2.3
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.2
default: 2.2.3

runs:
using: node16
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@types/node": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vercel/ncc": "^0.33.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.6.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.1.7",
"lint-staged": "^12.2.1",
"prettier": "^2.5.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^18.0.1",
"semantic-release": "^19.0.2",
"typescript": "^4.5.4"
},
"release": {
Expand Down
Loading

0 comments on commit 7ef9759

Please sign in to comment.