diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 09af428..34d7075 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: + - "v1.4.1" - "v1.4.0" - "v1.3.1" - "v1.3.0" diff --git a/README.md b/README.md index 64c11d8..892337b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A GitHub Action to setup PowerShell module `hugoalh.GitHubActionsToolkit` ([GitH ## 📚 Documentation -> **⚠ Important:** This documentation is v1.4.0 based; To view other version's documentation, please visit the [versions list](https://github.com/hugoalh-studio/setup-powershell-toolkit-ghaction/tags) and select the correct version. +> **⚠️ Important:** This documentation is v1.4.0 based; To view other version's documentation, please visit the [versions list](https://github.com/hugoalh-studio/setup-powershell-toolkit-ghaction/tags) and select the correct version. ### Getting Started @@ -70,7 +70,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Setup PowerShell Toolkit" - uses: "hugoalh-studio/setup-powershell-toolkit-ghaction@v1.4.0" + uses: "hugoalh-studio/setup-powershell-toolkit-ghaction@v1.4.1" - run: | Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope 'Local' Write-GitHubActionsNotice -Message 'Hello, world!' diff --git a/SECURITY.md b/SECURITY.md index e187aa6..4e84595 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ > | **Legend** | **Description** | > |:-:|:--| > | L | **LTS:** Long term supported. | -> | ✔ | **Active / Current:** Currently supported. | +> | ✔️ | **Active / Current:** Currently supported. | > | 👎{🐛} | **Partially (Issue):** Partially supported due to confirmed contains bugs and/or issues. | > | 👎{🧓} | **Partially (Old):** Partially supported due to deprecated by newer versions. | > | ❌{🐛} | **No (Issue):** Not supported due to confirmed contains bugs and/or issues. | @@ -14,7 +14,7 @@ | **Versions** | **Status** | **Target - GitHub Actions Runner** | **Target - PowerShell** | |:-:|:-:|:-:|:-:| | v1.4.X | L | >= v2.303.0 | >= v7.2.0 | -| v1.3.X | ✔ | >= v2.303.0 | >= v7.2.0 | +| v1.3.X | 👎{🧓} | >= v2.303.0 | >= v7.2.0 | | v1.2.X | 👎{🧓} | >= v2.303.0 | >= v7.2.0 | | v1.1.X | 👎{🧓} | >= v2.297.0 | >= v7.2.0 | | v1.0.X | 👎{🧓} | >= v2.297.0 | >= v7.2.0 |