Skip to content

Commit b448086

Browse files
2025.3.20
1 parent 2384186 commit b448086

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: .github/workflows/integration-tests-repl.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install and cache PowerShell modules
1616
uses: potatoqualitee/[email protected]
1717
with:
18-
modules-to-cache: dbatools.library:2025.3.20
18+
modules-to-cache: dbatools.library:2025.3.23
1919

2020
- name: Set encryption values
2121
run: |
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install and cache PowerShell modules
6666
uses: potatoqualitee/[email protected]
6767
with:
68-
modules-to-cache: dbatools.library:2025.3.20
68+
modules-to-cache: dbatools.library:2025.3.23
6969

7070
- name: Set encryption values
7171
run: |
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install and cache PowerShell modules
116116
uses: potatoqualitee/[email protected]
117117
with:
118-
modules-to-cache: dbatools.library:2025.3.20
118+
modules-to-cache: dbatools.library:2025.3.23
119119

120120
- name: Set encryption values
121121
run: |

Diff for: .github/workflows/integration-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install and cache PowerShell modules
2222
uses: potatoqualitee/[email protected]
2323
with:
24-
modules-to-cache: dbatools.library:2025.3.20
24+
modules-to-cache: dbatools.library:2025.3.23
2525

2626
- name: Set encryption values
2727
run: |
@@ -71,7 +71,7 @@ jobs:
7171
uses: potatoqualitee/[email protected]
7272
with:
7373
shell: powershell, pwsh
74-
modules-to-cache: dbatools.library:2025.3.20
74+
modules-to-cache: dbatools.library:2025.3.23
7575

7676
- name: Install SQL Server localdb
7777
uses: potatoqualitee/[email protected]

Diff for: .github/workflows/xplat-import.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install and cache PowerShell modules
1919
uses: potatoqualitee/[email protected]
2020
with:
21-
modules-to-cache: dbatools.library:2025.3.20
21+
modules-to-cache: dbatools.library:2025.3.23
2222

2323
- name: Perform the import
2424
shell: pwsh

Diff for: dbatools.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Description = "The community module that enables SQL Server Pros to automate database development and server administration"
3030

3131
# Modules that must be imported into the global environment prior to importing this module
32-
RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2025.3.20' }
32+
RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2025.3.23' }
3333

3434
# Assemblies that must be loaded prior to importing this module
3535
RequiredAssemblies = @()

0 commit comments

Comments
 (0)