File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5454 uses : actions/cache@v4
5555 with :
5656 path : ' ~/.local/share/powershell/Modules'
57- key : ${{ runner.os }}-SqlServer-PSScriptAnalyzer
57+ key : ${{ runner.os }}-dsc-samples
5858 - name : Install required PowerShell modules
5959 if : steps.cacher.outputs.cache-hit != 'true'
6060 shell : pwsh
Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ module github.com/PowerShell/DSC-Samples/_site
22
33go 1.19
44
5- require (
6- github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af // indirect
7- )
5+ require github.com/platenio/platen/modules/platen v0.0.0-20231124141037-5a875309774c // indirect
Original file line number Diff line number Diff line change 11github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af h1:lJl3fQ9BgxG0G0KqW8dcg0u9oDwt4NUfi2PTYYuHS1w =
22github.com/platenio/platen/modules/platen v0.0.0-20230729184903-3451ed7a46af /go.mod h1:7pfizXCKb4vonp6Og/3zkoy09YYsHip9/hXiT/pc3IM =
3+ github.com/platenio/platen/modules/platen v0.0.0-20231124141037-5a875309774c h1:ftQLeFf3erlZrGq/3RGkwglSBT/sq9Xz8tYfi14LQdM =
4+ github.com/platenio/platen/modules/platen v0.0.0-20231124141037-5a875309774c /go.mod h1:7pfizXCKb4vonp6Og/3zkoy09YYsHip9/hXiT/pc3IM =
Original file line number Diff line number Diff line change @@ -5,28 +5,28 @@ command = "../netlify.sh"
55ignore = " git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ./docs ./samples ./tstoy"
66
77[context .production .environment ]
8- HUGO_VERSION = " 0.116 .1"
8+ HUGO_VERSION = " 0.124 .1"
99HUGO_ENV = " production"
1010HUGO_ENABLEGITINFO = " true"
1111
1212[context .split1 ]
1313command = " ../netlify.sh"
1414
1515[context .split1 .environment ]
16- HUGO_VERSION = " 0.116 .1"
16+ HUGO_VERSION = " 0.124 .1"
1717HUGO_ENV = " production"
1818
1919[context .deploy-preview ]
2020command = " ../netlify.sh"
2121
2222[context .deploy-preview .environment ]
23- HUGO_VERSION = " 0.116 .1"
23+ HUGO_VERSION = " 0.124 .1"
2424
2525[context .branch-deploy ]
2626command = " ../netlify.sh"
2727
2828[context .branch-deploy .environment ]
29- HUGO_VERSION = " 0.116 .1"
29+ HUGO_VERSION = " 0.124 .1"
3030
3131[context .next .environment ]
3232HUGO_ENABLEGITINFO = " true"
You can’t perform that action at this time.
0 commit comments