Skip to content

Commit

Permalink
attempt to use latest vs of psmodulecache
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Crowhurst committed May 1, 2023
1 parent e4908ec commit 8429cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/__infra-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# 1. to increase the chance that the azure access token will not expire during provisioning work
# 2. to reduce script time by caching installation
- name: 'Install dependent powershell modules'
uses: potatoqualitee/psmodulecache@v4.5
uses: potatoqualitee/psmodulecache@v03c44cade706c982e0632f52a2712668b03c8f24 # <- 5.3
with:
modules-to-cache: ${{ env.PS_MODULE_LIST }}

Expand Down

0 comments on commit 8429cda

Please sign in to comment.