Skip to content

Commit 325972e

Browse files
HeyItsGilbertCopilot
authored andcommitted
chore(workflow): 🔧 update branch formatting and module version
* Removed extra space in branch name definition. * Updated `psmodulecache` action version from `v5.1` to `v6.0`.
1 parent ef177a7 commit 325972e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Module
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [master]
55
workflow_dispatch:
66
jobs:
77
build:
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- name: Install and cache PowerShell modules
1212
id: psmodulecache
13-
uses: potatoqualitee/psmodulecache@v5.1
13+
uses: potatoqualitee/psmodulecache@v6.0
1414
with:
1515
modules-to-cache: BuildHelpers, PowerShellBuild, psake, PSScriptAnalyzer, platyPS
1616
- shell: pwsh

0 commit comments

Comments
 (0)