diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c671613..549181d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -22,15 +22,6 @@ body: - "v1.5.0" - "v1.4.1" - "v1.4.0" - - "v1.3.1" - - "v1.3.0" - - "v1.2.3" - - "v1.2.2" - - "v1.2.1" - - "v1.2.0" - - "v1.1.0" - - "v1.0.1" - - "v1.0.0" validations: required: false - type: "textarea" diff --git a/README.md b/README.md index 05ac9d6..8e4b660 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Setup PowerShell Toolkit" - uses: "hugoalh-studio/setup-powershell-toolkit-ghaction@v1.4.1" + uses: "hugoalh-studio/setup-powershell-toolkit-ghaction@v1.5.0" - run: | Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope 'Local' Write-GitHubActionsNotice -Message 'Hello, world!' diff --git a/SECURITY.md b/SECURITY.md index 5432e56..9dd9b96 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ | **Versions** | **Status** | **Target - GitHub Actions Runner** | **Target - PowerShell** | |:-:|:-:|:-:|:-:| | v1.5.X | L | >= v2.303.0 | >= v7.2.0 | -| v1.4.X | L | >= v2.303.0 | >= v7.2.0 | +| v1.4.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 |