diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9feac5fa0f..6f18d87dc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,11 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@main with: fetch-depth: 2 - name: Init Test Suite - uses: potatoqualitee/psmodulecache@v4 + uses: potatoqualitee/psmodulecache@v5.1 with: modules-to-cache: PSScriptAnalyzer, BuildHelpers, Pester:4.10.1 shell: powershell @@ -26,11 +26,11 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@main with: fetch-depth: 2 - name: Init Test Suite - uses: potatoqualitee/psmodulecache@v4 + uses: potatoqualitee/psmodulecache@v5.1 with: modules-to-cache: PSScriptAnalyzer, BuildHelpers, Pester:4.10.1 shell: pwsh diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6b522934..239ce3f108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ - **checkver:** Support XML default namespace ([#5191](https://github.com/ScoopInstaller/Scoop/issues/5191)) - **pssa:** Remove unused 'ExcludeRules' ([#5201](https://github.com/ScoopInstaller/Scoop/issues/5201)) +### Continuous Integration + +- **module:** Update modules version ([#5209](https://github.com/ScoopInstaller/Scoop/issues/5209)) + ### Tests - **unix:** Fix tests in Linux and macOS ([#5179](https://github.com/ScoopInstaller/Scoop/issues/5179))