Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Aug 26, 2023
1 parent 035dfea commit 6b70301
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ body:
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
multiple: true
options:
- "v0.6.0"
- "v0.5.0"
- "v0.4.1"
- "v0.4.0"
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
- "ubuntu-latest"
- "windows-latest"
exclude:
- operate_async: "False"
operate_sudo: "True"
os: "windows-latest"
- operate_async: "True"
operate_sudo: "True"
- operate_sudo: "True"
os: "windows-latest"
fail-fast: false
steps:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:

**\[Optional\]** `<Boolean = False>` Whether to operate in asynchronously to reduce the operation duration.

#### `operate_sudo`

**(>= v0.6.0) \[Optional\]** `<Boolean = False>` Whether to execute this action in sudo mode on non-Windows environment. This can set to `True` in order to able operate protected resources on non-Windows environment.

#### `general_include`

**\[Optional\]** `<RegEx[]>` Remove general item, by regular expression and [general list][list], separate each name by [list delimiter (input `input_listdelimiter`)](#input_listdelimiter).
Expand Down Expand Up @@ -141,8 +145,9 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Optimize Disk Space"
uses: "hugoalh/disk-space-optimizer-ghaction@v0.5.0"
uses: "hugoalh/disk-space-optimizer-ghaction@v0.6.0"
with:
operate_sudo: "True"
general_include: ".+"
docker_include: ".+"
docker_prune: "True"
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| **Versions** | **Status** | **Target - GitHub Actions Runner** | **Target - PowerShell** |
|:-:|:-:|:-:|:-:|
| v0.6.X | ✔️ | >= v2.303.0 | >= v7.2.0 |
| v0.5.X | ✔️ | >= v2.303.0 | >= v7.2.0 |
| v0.4.X | 👎{🧓} | >= v2.303.0 | >= v7.2.0 |
| v0.3.X | 👎{🧓} | >= v2.303.0 | >= v7.2.0 |
Expand Down

0 comments on commit 6b70301

Please sign in to comment.