Skip to content

Commit

Permalink
Update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jan 15, 2024
1 parent 6af7742 commit 6a7fd0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This project is inspired from:
- [ThewApp/free-actions](https://github.com/ThewApp/free-actions)

> [!IMPORTANT]
> This documentation is v0.7.1 based; To view other version's documentation, please visit the [versions list](https://github.com/hugoalh/disk-space-optimizer-ghaction/tags) and select the correct version.
> This documentation is v0.8.0 based; To view other version's documentation, please visit the [versions list](https://github.com/hugoalh/disk-space-optimizer-ghaction/tags) and select the correct version.
## 🌟 Feature

Expand All @@ -45,7 +45,7 @@ This project is inspired from:

### GitHub Actions

- **Target Version:** Runner >= v2.308.0, &:
- **Target Version:** Runner >= v2.311.0, &:
- PowerShell >= v7.2.0
- **Require Permission:** *N/A*

Expand Down Expand Up @@ -193,7 +193,7 @@ If all of the inputs inside this switch group are `False`, this input will defau
runs-on: "ubuntu-latest"
steps:
- name: "Optimize Disk Space"
uses: "hugoalh/disk-space-optimizer-ghaction@v0.7.0"
uses: "hugoalh/disk-space-optimizer-ghaction@v0.8.0"
with:
operate_sudo: "True"
general_include: ".+"
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
| **Versions** | **Status** | **🔵 Date** | **🟢 Date** | **🔴 Date** | **Target - GitHub Actions Runner** | **Target - PowerShell** |
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
| v0.7.X | 🔵 | 2023-09-16 | *N/A* | *Unknown* | >= v2.308.0 | >= v7.2.0 |
| v0.8.X | 🔵 | 2024-01-15 | *N/A* | *Unknown* | >= v2.311.0 | >= v7.2.0 |
| v0.7.X | 🟠 | 2023-09-16 | *N/A* | 2024-04-15 | >= v2.308.0 | >= v7.2.0 |
| v0.6.X | 🔴 | 2023-08-26 | *N/A* | 2023-09-20 | >= v2.303.0 | >= v7.2.0 |

> **ℹ️ Notice:**
Expand Down

0 comments on commit 6a7fd0a

Please sign in to comment.