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' }