From 66717a6563421775012598c3d801558dcca0e1be Mon Sep 17 00:00:00 2001 From: hugoalh <32359235+hugoalh@users.noreply.github.com> Date: Wed, 28 Jun 2023 11:49:25 +0800 Subject: [PATCH] Bump version --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + README.md | 2 +- SECURITY.md | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c35c548..b162b59 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,6 +18,7 @@ body: description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)." multiple: true options: + - "v0.3.0" - "v0.2.0" - "v0.1.1" - "v0.1.0" diff --git a/README.md b/README.md index 994b8a7..d33f6db 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This action is inspired from: - **(>= v0.3.0)** [Homebrew packages][list] - Linux Swap Space - **(>= v0.3.0)** NPM (NodeJS Package Manager) cache -- **(>= v0.3.0)** [NPM (NodeJS Package Manager) packages][list] +- **(>= v0.2.0)** [NPM (NodeJS Package Manager) packages][list] - **(>= v0.3.0)** [Pipx packages][list] ## 📚 Documentation diff --git a/SECURITY.md b/SECURITY.md index 200a1e6..a1db059 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -13,8 +13,9 @@ | **Versions** | **Status** | **Target - GitHub Actions Runner** | **Target - PowerShell** | |:-:|:-:|:-:|:-:| -| v0.2.X | ✔ | >= v2.303.0 | >= v7.2.0 | -| v0.1.X | ✔ | >= v2.303.0 | >= v7.2.0 | +| v0.3.X | ✔ | >= v2.303.0 | >= v7.2.0 | +| v0.2.X | 👎{🐛} | >= v2.303.0 | >= v7.2.0 | +| v0.1.X | 👎{🐛} | >= v2.303.0 | >= v7.2.0 | ## Report Vulnerability