Skip to content

Commit

Permalink
Bump potatoqualitee/psmodulecache from 6.0 to 6.1
Browse files Browse the repository at this point in the history
Bumps [potatoqualitee/psmodulecache](https://github.com/potatoqualitee/psmodulecache) from 6.0 to 6.1.
- [Release notes](https://github.com/potatoqualitee/psmodulecache/releases)
- [Changelog](https://github.com/potatoqualitee/psmodulecache/blob/main/CHANGELOG.md)
- [Commits](potatoqualitee/psmodulecache@v6.0...v6.1)

---
updated-dependencies:
- dependency-name: potatoqualitee/psmodulecache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 4ddebfb commit e2c84c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Install and cache PowerShell modules
id: psmodulecache
uses: potatoqualitee/psmodulecache@v6.0
uses: potatoqualitee/psmodulecache@v6.1
with:
modules-to-cache: PowerShellGet
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install and cache PowerShell modules
id: psmodulecache
uses: potatoqualitee/psmodulecache@v6.0
uses: potatoqualitee/psmodulecache@v6.1
with:
modules-to-cache: MarkdownPS
shell: powershell
Expand Down

0 comments on commit e2c84c5

Please sign in to comment.