From b45555a5528d361fee20016cd2e6687e1d8ee411 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 23:22:27 +0000 Subject: [PATCH] chore: Update InvokeBuild to 5.14.23 and actions/checkout to v4 Phase 1 non-breaking dependency refresh from the v1.0.0 roadmap (psake/PowerShellBuild#120): - InvokeBuild 5.8.1 -> 5.14.23 (latest) in requirements.psd1 - actions/checkout v2 -> v4 in the publish workflow Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01BxrhSpD47TSrS9hEJpDMaH --- .github/workflows/publish.yaml | 2 +- requirements.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 10c7f7a..f16d904 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: name: Publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Publish shell: pwsh run: | diff --git a/requirements.psd1 b/requirements.psd1 index dbe7029..c7e5de0 100755 --- a/requirements.psd1 +++ b/requirements.psd1 @@ -11,6 +11,6 @@ } psake = '4.9.0' PSScriptAnalyzer = '1.25.0' - InvokeBuild = '5.8.1' + InvokeBuild = '5.14.23' platyPS = '0.14.2' }