File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed
Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout Code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030
3131 - name : Auto-Release
3232 uses : PSModule/Auto-Release@v1
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Checkout Code
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 fetch-depth : 0
4848
4949 - name : Download module artifact
50- uses : actions/download-artifact@v4
50+ uses : actions/download-artifact@v5
5151 with :
5252 name : module
5353 path : ${{ inputs.WorkingDirectory }}/outputs/module
Original file line number Diff line number Diff line change 2929 GH_TOKEN : ${{ github.token }}
3030 steps :
3131 - name : Checkout Code
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Build module
3535 uses : PSModule/Build-PSModule@v4
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Checkout Code
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 fetch-depth : 0
4848
4949 - name : Install-PSModuleHelpers
5050 uses : PSModule/Install-PSModuleHelpers@v1
5151
5252 - name : Download docs artifact
53- uses : actions/download-artifact@v4
53+ uses : actions/download-artifact@v5
5454 with :
5555 name : docs
5656 path : ${{ inputs.WorkingDirectory }}/outputs/docs
@@ -172,7 +172,7 @@ jobs:
172172 mkdocs build --config-file mkdocs.yml --site-dir ../../_site
173173 }
174174
175- - uses : actions/upload-pages-artifact@v3
175+ - uses : actions/upload-pages-artifact@v4
176176 with :
177177 name : github-pages
178178 path : ${{ inputs.WorkingDirectory }}/_site
Original file line number Diff line number Diff line change 6565 ModuleTestSuites : ${{ fromJson(steps.Get-Settings.outputs.result).ModuleTestSuites }}
6666 steps :
6767 - name : Checkout Code
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969
7070 - name : Get-Settings
7171 uses : PSModule/GitHub-Script@v1
Original file line number Diff line number Diff line change 5050 runs-on : ${{ inputs.RunsOn }}
5151 steps :
5252 - name : Checkout Code
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454
5555 - name : Lint-SourceCode
5656 uses : PSModule/Invoke-ScriptAnalyzer@v3
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout repo
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ jobs:
8181 runs-on : ${{ inputs.RunsOn }}
8282 steps :
8383 - name : Checkout repository
84- uses : actions/checkout@v4
84+ uses : actions/checkout@v5
8585
8686 - name : Download module artifact
87- uses : actions/download-artifact@v4
87+ uses : actions/download-artifact@v5
8888 with :
8989 name : module
9090 path : ${{ inputs.WorkingDirectory }}/outputs/module
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ${{ inputs.RunsOn }}
106106 steps :
107107 - name : Download module artifact
108- uses : actions/download-artifact@v4
108+ uses : actions/download-artifact@v5
109109 with :
110110 name : module
111111 path : ${{ inputs.WorkingDirectory }}/outputs/module
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ jobs:
8282 runs-on : ${{ inputs.RunsOn }}
8383 steps :
8484 - name : Checkout Code
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v5
8686
8787 - name : Download module artifact
88- uses : actions/download-artifact@v4
88+ uses : actions/download-artifact@v5
8989 with :
9090 name : module
9191 path : ${{ inputs.WorkingDirectory }}/outputs/module
Original file line number Diff line number Diff line change 5050 runs-on : ${{ inputs.RunsOn }}
5151 steps :
5252 - name : Checkout Code
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454
5555 - name : Test-SourceCode
5656 uses : PSModule/Test-PSModule@v3
You can’t perform that action at this time.
0 commit comments