Skip to content

Commit

Permalink
Fix (deps): Bump PowerShellForGitHub to 0.17.0 to fix error `BinaryFo…
Browse files Browse the repository at this point in the history
…rmatter serialization and deserialization are disabled within this application.` on Powershell 7.4

The bug is fixed upstream in PowerShellForGitHub 0.17.0

See error logs of:
- theohbrothers/docker-code-server#140
- theohbrothers/docker-terraform#65
- theohbrothers/docker-imap-backup#66
  • Loading branch information
leojonathanoh committed Feb 1, 2024
1 parent d6ae9b1 commit c3b97cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/definitions/modulemanifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
@{
ModuleName = "PowerShellForGitHub"
RequiredVersion = '0.16.1'
RequiredVersion = '0.17.0'
}
)
# RequiredAssemblies = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: The Oh Brothers
#
# Generated on: 12/01/2023
# Generated on: 02/01/2024
#

@{
Expand Down Expand Up @@ -52,7 +52,7 @@ PowerShellVersion = '3.0'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Generate-DockerImageVariants'; MaximumVersion = '0.999.0'; },
@{ModuleName = 'PowerShellForGitHub'; RequiredVersion = '0.16.1'; })
@{ModuleName = 'PowerShellForGitHub'; RequiredVersion = '0.17.0'; })

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

0 comments on commit c3b97cf

Please sign in to comment.