You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
*[Usage](#usage)
4
4
*[Workflow](#workflow)
5
+
*[Deprecation](#deprecation)
5
6
*[License](#license)
6
7
7
8
## Usage
@@ -10,7 +11,7 @@ Install Updatecli for GitHub Action
10
11
11
12
**Options**
12
13
13
-
-`version`: Specify the Updatecli version to install. Accepted values are any valid releases such as `v0.86.1`.
14
+
-`version`: Specify the Updatecli version to install. Accepted values are any valid releases such as `v0.118.0`.
14
15
15
16
-`version-file`: The path to a file containing updatecli version. Supported file types are `.updatecli-version` and `.tool-versions`. See more details in [about version-file](#Updatecli-version-file).
16
17
@@ -51,7 +52,7 @@ jobs:
51
52
uses: actions/checkout@v2
52
53
53
54
- name: Install Updatecli in the runner
54
-
uses: updatecli/updatecli-action@v2
55
+
uses: updatecli/updatecli-action@main
55
56
56
57
- name: Run Updatecli in Dry Run mode
57
58
run: updatecli diff
@@ -66,6 +67,36 @@ jobs:
66
67
67
68
WARNING: Dont enable --debug mode in Github Action as it may leak information.
68
69
70
+
## Deprecation
71
+
72
+
> [!IMPORTANT]
73
+
> The branch v1 and v2 are deprecated and will be remove soon.
74
+
> You should use GitHub action version instead (or track the main branch if you really want to).
75
+
> You can migrate to the latest GitHub action version using the following Updatecli policy:
0 commit comments