diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e87fa1b2e..3c7541f7bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 2 - name: Init Test Suite - uses: potatoqualitee/psmodulecache@v5.1 + uses: potatoqualitee/psmodulecache@main with: modules-to-cache: BuildHelpers shell: powershell @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 2 - name: Init Test Suite - uses: potatoqualitee/psmodulecache@v5.1 + uses: potatoqualitee/psmodulecache@main with: modules-to-cache: BuildHelpers shell: pwsh diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e03b058c..c15938c374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,8 @@ ### Continuous Integration -- **dependabot:** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/pull/5377)) +- **dependabot:** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/issues/5377)) +- **module:** Update 'psmodulecache' version to 'main' ([#5828](https://github.com/ScoopInstaller/Scoop/issues/5828)) ### Tests