Skip to content

Commit 3a6f569

Browse files
fix psmodulecache again
1 parent 06f0eae commit 3a6f569

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/gallery.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Install and cache PowerShell modules
25-
uses: potatoqualitee/psmodulecache@v6.0
25+
uses: potatoqualitee/psmodulecache@v6.2.1
2626
with:
2727
modules-to-cache: dbatools.library:2024.4.12
2828

.github/workflows/integration-tests-repl.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414

1515
- name: Install and cache PowerShell modules
16-
uses: potatoqualitee/psmodulecache@v6.0
16+
uses: potatoqualitee/psmodulecache@v6.2.1
1717
with:
1818
modules-to-cache: dbatools.library:2024.4.12
1919

@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v3
6464

6565
- name: Install and cache PowerShell modules
66-
uses: potatoqualitee/psmodulecache@v6.0
66+
uses: potatoqualitee/psmodulecache@v6.2.1
6767
with:
6868
modules-to-cache: dbatools.library:2024.4.12
6969

@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/checkout@v3
114114

115115
- name: Install and cache PowerShell modules
116-
uses: potatoqualitee/psmodulecache@v6.0
116+
uses: potatoqualitee/psmodulecache@v6.2.1
117117
with:
118118
modules-to-cache: dbatools.library:2024.4.12
119119

.github/workflows/integration-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020

2121
- name: Install and cache PowerShell modules
22-
uses: potatoqualitee/psmodulecache@v6.0
22+
uses: potatoqualitee/psmodulecache@v6.2.1
2323
with:
2424
modules-to-cache: dbatools.library:2024.4.12
2525

@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v3
6969

7070
- name: Install and cache PowerShell modules
71-
uses: potatoqualitee/psmodulecache@v6.0
71+
uses: potatoqualitee/psmodulecache@v6.2.1
7272
with:
7373
shell: powershell, pwsh
7474
modules-to-cache: dbatools.library:2024.4.12

.github/workflows/xplat-import.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Install and cache PowerShell modules
19-
uses: potatoqualitee/psmodulecache@v6.0
19+
uses: potatoqualitee/psmodulecache@v6.2.1
2020
with:
2121
modules-to-cache: dbatools.library:2024.4.12
2222

0 commit comments

Comments
 (0)