Skip to content

Commit

Permalink
Bump PowerShell dependencies (#548)
Browse files Browse the repository at this point in the history
* Update ./modules.json

* Bump config and change log

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
github-actions[bot] and BernieWhite authored Sep 30, 2022
1 parent 4255b7b commit 6c8c1a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers

## Unreleased

What's changed since v2.4.0:

- Engineering:
- Bump PSRule to v2.4.1.
[#548](https://github.com/microsoft/PSRule-pipelines/pull/548)
- See the [change log](https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v241)

## v2.4.0

What's changed since v2.3.0:
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.2.5"
},
"PSRule": {
"version": "2.4.0"
"version": "2.4.1"
},
"VstsTaskSdk": {
"version": "0.11.0"
Expand Down
4 changes: 2 additions & 2 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"packagePath": "/ps-rule-assert/ps-rule-assertV2/version.json"
},
{
"path": "ps_modules/PSRule/2.4.0",
"packagePath": "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.4.0"
"path": "ps_modules/PSRule/2.4.1",
"packagePath": "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.4.1"
},
{
"path": "ps_modules/VstsTaskSdk/0.11.0",
Expand Down

0 comments on commit 6c8c1a3

Please sign in to comment.