Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jul 23, 2023
1 parent 37dbb0f commit 4b0cddc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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 @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Setup PowerShell Toolkit"
uses: "hugoalh-studio/[email protected].0"
uses: "hugoalh-studio/[email protected].1"
- run: |
Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope 'Local'
Write-GitHubActionsNotice -Message 'Hello, world!'
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand All @@ -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 |
Expand Down

0 comments on commit 4b0cddc

Please sign in to comment.