Skip to content

Commit

Permalink
fix(ci): Update 'psmodulecache' version to 'main' (#5828)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Mar 13, 2024
1 parent 54e0514 commit 6f9ed1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down

0 comments on commit 6f9ed1d

Please sign in to comment.