Skip to content

Commit

Permalink
up to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Mar 9, 2024
1 parent 9aec99f commit d294fce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/psmodulecache@v5.2
with:
modules-to-cache: dbatools.library:2024.3.8
modules-to-cache: dbatools.library:2024.3.9

- name: Download dbatools from Gallery
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests-repl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/psmodulecache@v5.2
with:
modules-to-cache: dbatools.library:2024.3.8
modules-to-cache: dbatools.library:2024.3.9

- name: Set encryption values
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/psmodulecache@v5.2
with:
modules-to-cache: dbatools.library:2024.3.8
modules-to-cache: dbatools.library:2024.3.9

- name: Set encryption values
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/psmodulecache@v5.2
with:
modules-to-cache: dbatools.library:2024.3.8
modules-to-cache: dbatools.library:2024.3.9

- name: Set encryption values
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/psmodulecache@v5.2
with:
modules-to-cache: dbatools.library:2024.3.8
modules-to-cache: dbatools.library:2024.3.9

- name: Set encryption values
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: potatoqualitee/psmodulecache@v5.2
with:
shell: powershell, pwsh
modules-to-cache: dbatools.library:2024.3.8
modules-to-cache: dbatools.library:2024.3.9

- name: Install SQL Server localdb
uses: potatoqualitee/mssqlsuite@v1.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xplat-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/psmodulecache@v5.2
with:
modules-to-cache: dbatools.library:2024.3.8
modules-to-cache: dbatools.library:2024.3.9

- name: Perform the import
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion dbatools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Description = "The community module that enables SQL Server Pros to automate database development and server administration"

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2024.3.8' }
RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2024.3.9' }

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

0 comments on commit d294fce

Please sign in to comment.