Skip to content

Commit

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

Bump potatoqualitee/psmodulecache from 6.1 to 6.2
  • Loading branch information
aaronparker authored Apr 6, 2024
2 parents 2fd9566 + 8da6fa4 commit 9ce6a4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Install and cache PowerShell modules
id: psmodulecache
uses: potatoqualitee/psmodulecache@v6.1
uses: potatoqualitee/psmodulecache@v6.2
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 @@ -20,7 +20,7 @@ jobs:

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

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

0 comments on commit 9ce6a4c

Please sign in to comment.