Skip to content

Commit

Permalink
Upgrade CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Mar 3, 2023
1 parent 91d04a5 commit 1d20641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Following inputs can be used as `with` keys
| `app` | Required | | Application's name in your PaaS project |
| `container` | Required | | The container that you want to update its image |
| `image` | Required | | Docker image like `org/image:tag` |
| `version` | | `1.3.3` | Version of ArvanCloud CLI tool |
| `version` | | `1.3.4` | Version of ArvanCloud CLI tool |

### Authentication

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
version:
description: "The version of CLI tool to use"
required: false
default: "1.3.3"
default: "1.3.4"
runs:
using: "docker"
image: "Dockerfile"
Expand Down

0 comments on commit 1d20641

Please sign in to comment.