Skip to content

Commit 6f9ed1d

Browse files
authored
fix(ci): Update 'psmodulecache' version to 'main' (#5828)
1 parent 54e0514 commit 6f9ed1d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 2
1616
- name: Init Test Suite
17-
uses: potatoqualitee/psmodulecache@v5.1
17+
uses: potatoqualitee/psmodulecache@main
1818
with:
1919
modules-to-cache: BuildHelpers
2020
shell: powershell
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 2
3232
- name: Init Test Suite
33-
uses: potatoqualitee/psmodulecache@v5.1
33+
uses: potatoqualitee/psmodulecache@main
3434
with:
3535
modules-to-cache: BuildHelpers
3636
shell: pwsh

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060

6161
### Continuous Integration
6262

63-
- **dependabot:** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/pull/5377))
63+
- **dependabot:** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/issues/5377))
64+
- **module:** Update 'psmodulecache' version to 'main' ([#5828](https://github.com/ScoopInstaller/Scoop/issues/5828))
6465

6566
### Tests
6667

0 commit comments

Comments
 (0)