Skip to content

Commit

Permalink
feat: Update dependencies to patch reported vulnerabilities and updat…
Browse files Browse the repository at this point in the history
…e ArgoCD default version
  • Loading branch information
bryantbiggs committed Sep 3, 2022
1 parent 8e81555 commit e077450
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 403 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.4.7
version: 2.4.11
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.4.7
default: 2.4.11

runs:
using: node16
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
]
},
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.1",
"@octokit/auth-action": "^2.0.0",
"@octokit/rest": "^19.0.3",
"@octokit/auth-action": "^2.0.1",
"@octokit/rest": "^19.0.4",
"string-argv": "^0.3.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e077450

Please sign in to comment.