Skip to content

Commit

Permalink
Merge pull request #622 from aaronparker/dependabot/github_actions/po…
Browse files Browse the repository at this point in the history
…tatoqualitee/psmodulecache-6.1

Bump potatoqualitee/psmodulecache from 6.0 to 6.1
  • Loading branch information
aaronparker authored Feb 13, 2024
2 parents 4ddebfb + e2c84c5 commit ed0e178
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 ed0e178

Please sign in to comment.