Skip to content

Commit

Permalink
fix invoke-build version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Nov 22, 2024
1 parent cb683fe commit 64536e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pwsh7_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- '*.dockerfile'

env:
INVOKE_BUILD_VERSION: '5.12.1'
INVOKE_BUILD_VERSION: '5.12.0'
POWERSHELL_VERSION: '7.5.0-rc.1'


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pwsh_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- '*.dockerfile'

env:
INVOKE_BUILD_VERSION: '5.12.1'
INVOKE_BUILD_VERSION: '5.12.0'
POWERSHELL_VERSION: 'Preview'

jobs:
Expand Down

0 comments on commit 64536e3

Please sign in to comment.