Skip to content

Commit

Permalink
Update to the latest version of PDK
Browse files Browse the repository at this point in the history
This reverts commit b54ee74.
  • Loading branch information
gavindidrichsen committed Mar 14, 2024
1 parent b54ee74 commit 67d9fac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
pdk_version: 2.7.1.0
pdk_version: 3.0.1.3
module_cache: PSFramework, PSDscResources, AccessControlDSC, powershell-yaml, PSScriptAnalyzer
COVERAGE_ENABLED: 'yes'
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -111,7 +111,8 @@ jobs:

- name: "install pdk"
run: |
winget install pdk --silent --version=${{ env.pdk_version }}
choco feature disable -n=showDownloadProgress
choco install pdk --version ${{ env.pdk_version }} -y
- name: "configure winrm"
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
pdk_version: 2.7.1.0
pdk_version: 3.0.1.3
module_cache: PSFramework, PSDscResources, AccessControlDSC, powershell-yaml, PSScriptAnalyzer

defaults:
Expand Down Expand Up @@ -95,7 +95,8 @@ jobs:

- name: "install pdk"
run: |
winget install pdk --silent --version=${{ env.pdk_version }}
choco feature disable -n=showDownloadProgress
choco install pdk --version ${{ env.pdk_version }} -y
- name: "configure winrm"
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/puppetize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: false

env:
pdk_version: 2.7.1.0
pdk_version: 3.0.1.3
module_cache: PSFramework, PSDscResources, powershell-yaml

jobs:
Expand Down Expand Up @@ -88,7 +88,8 @@ jobs:

- name: "install pdk"
run: |
winget install pdk --silent --version=${{ env.pdk_version }}
choco feature disable -n=showDownloadProgress
choco install pdk --version ${{ env.pdk_version }} -y
- name: "configure winrm"
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/repuppetize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
required: false

env:
pdk_version: 2.7.1.0
pdk_version: 3.0.1.3
module_cache: PSFramework, PSDscResources, powershell-yaml

jobs:
Expand Down Expand Up @@ -72,7 +72,8 @@ jobs:

- name: "install pdk"
run: |
winget install pdk --silent --version=${{ env.pdk_version }}
choco feature disable -n=showDownloadProgress
choco install pdk --version ${{ env.pdk_version }} -y
- name: "configure winrm"
run: |
Expand Down

0 comments on commit 67d9fac

Please sign in to comment.