Skip to content

Commit 9df0f18

Browse files
committed
⬆️ Updates Dependencies & Version Calculation
1 parent 3614bd8 commit 9df0f18

File tree

4 files changed

+22
-19
lines changed

4 files changed

+22
-19
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
uses: actions/checkout@v4
3737
- name: Populate GitVersion variables
3838
id: gitversion_vars
39-
uses: pwshrc/actions-determine-version@v0.8.7
39+
uses: pwshrc/actions-determine-version@v0.9.0
4040
with:
4141
mode: 'download'
4242
- name: "Get artifact: PSGallery-package"
43-
uses: actions/download-artifact@v3
43+
uses: actions/download-artifact@v4
4444
with:
4545
name: PSGallery-package
4646
path: ./out/
@@ -64,11 +64,11 @@ jobs:
6464
uses: actions/checkout@v4
6565
- name: Populate GitVersion variables
6666
id: gitversion_vars
67-
uses: pwshrc/actions-determine-version@v0.8.7
67+
uses: pwshrc/actions-determine-version@v0.9.0
6868
with:
6969
mode: 'download'
7070
- name: "Get artifact: PSGallery-package"
71-
uses: actions/download-artifact@v3
71+
uses: actions/download-artifact@v4
7272
with:
7373
name: PSGallery-package
7474
path: ./out/
@@ -96,17 +96,17 @@ jobs:
9696
uses: actions/checkout@v4
9797
- name: Get GitVersion
9898
id: gitversion_vars
99-
uses: pwshrc/actions-determine-version@v0.8.7
99+
uses: pwshrc/actions-determine-version@v0.9.0
100100
with:
101101
mode: 'download'
102102
- name: Get release notes
103103
id: get-releasenotes
104-
uses: pwshrc/actions-create-release-notes@v0.8.11
104+
uses: pwshrc/actions-create-release-notes@v0.9.3
105105
with:
106106
mode: 'download'
107107
github_token: "${{ secrets.GITHUB_TOKEN }}"
108108
- name: "Get artifact: PSGallery-package"
109-
uses: actions/download-artifact@v3
109+
uses: actions/download-artifact@v4
110110
with:
111111
name: PSGallery-package
112112
path: ./out/

.github/workflows/validate.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Populate GitVersion variables
2626
id: gitversion_vars
27-
uses: pwshrc/actions-determine-version@v0.8.7
27+
uses: pwshrc/actions-determine-version@v0.9.0
2828
with:
2929
mode: 'upload'
3030

@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Create release notes
37-
uses: pwshrc/actions-create-release-notes@v0.8.11
37+
uses: pwshrc/actions-create-release-notes@v0.9.3
3838
with:
3939
mode: 'upload'
4040
github_token: "${{ secrets.GITHUB_TOKEN }}"
@@ -48,12 +48,12 @@ jobs:
4848
uses: actions/checkout@v4
4949
- name: Populate GitVersion
5050
id: gitversion_vars
51-
uses: pwshrc/actions-determine-version@v0.8.7
51+
uses: pwshrc/actions-determine-version@v0.9.0
5252
with:
5353
mode: 'download'
5454
- name: Populate release notes
5555
id: get-releasenotes
56-
uses: pwshrc/actions-create-release-notes@v0.8.11
56+
uses: pwshrc/actions-create-release-notes@v0.9.3
5757
with:
5858
mode: 'download'
5959
github_token: "${{ secrets.GITHUB_TOKEN }}"
@@ -73,7 +73,7 @@ jobs:
7373
[Version] $moduleVersion = [Version]::new($Env:ModuleVersionMajor, $Env:ModuleVersionMinor, $Env:ModuleVersionPatch)
7474
./build/package.ps1 -PackageVersion $Env:PackageVersion -ModuleVersion $moduleVersion -PackageVersionPrereleaseTag $Env:PackageVersionPrereleaseTag -ReleaseNotes $releaseNotes -CommitSha $Env:CommitSha
7575
- name: "Create artifact: PSGallery-package"
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: PSGallery-package
7979
path: ./out/*.nupkg
@@ -107,7 +107,7 @@ jobs:
107107
- name: Check out repository code
108108
uses: actions/checkout@v4
109109
- name: "Get artifact: PSGallery-package"
110-
uses: actions/download-artifact@v3
110+
uses: actions/download-artifact@v4
111111
with:
112112
name: PSGallery-package
113113
path: ./out/
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
run: ./build/test.ps1 -UsePackageExport -CI -OutputFilesPrefix "${{ matrix.os }}-" -NoFail:([bool]"${{ matrix.experimental }}")
118118
- name: "Create artifact: tests-${{ matrix.os }}"
119-
uses: actions/upload-artifact@v3
119+
uses: actions/upload-artifact@v4
120120
if: always()
121121
with:
122122
name: "tests-${{ matrix.os }}"
@@ -126,7 +126,7 @@ jobs:
126126
uses: codecov/codecov-action@v3
127127
if: github.ref == 'refs/heads/main'
128128
with:
129-
fail_ci_if_error: true
129+
fail_ci_if_error: false
130130
flags: ${{ matrix.codecov_os }},unittests
131131
directory: ./out
132132
files: "*coverage.xml"

GitVersion.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ minor-version-bump-message: '(\+semver:\s?(feature|minor))|^\s*(✨|🏗|⚡|
66
patch-version-bump-message: '(\+semver:\s?(fix|patch))|^\s*(🩹|🚑|🔒|♻|💚|⬆|⬇|🔧|📝|🔥|👷‍♂️|🔨|⏪|🚚|🎨|🚀|💄|✅|🔐|🚨|🚧|📌|📈|🌐|✏️|💩|🔀|📦|👽|🍱|♿|💡|🍻|💬|🗨️|🗃️|🔊|🔉|🔈|🔇|👥|📱|🤡|🥚|🙈|📸|📷|⚗️|🔍|🔎|🌱|🚩|🥅|💫|🗑️|🛂|🧐|⚰️|🧑‍💻|👨‍💻|👩‍💻|💸)'
77
no-bump-message: '\+semver:\s?(none|skip)'
88
assembly-versioning-scheme: MajorMinorPatch
9+
branches:
10+
main:
11+
mode: ContinuousDeployment

packages.PSGallery.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Pester" version="5.5.0" developmentDependency="true" />
3+
<package id="Pester" version="5.6.1" developmentDependency="true" />
44
<package id="PowerShellGet" version="2.2.5" developmentDependency="true" />
5-
<package id="PSScriptAnalyzer" version="1.21.0" developmentDependency="true" />
6-
</packages>
5+
<package id="PSScriptAnalyzer" version="1.23.0" developmentDependency="true" />
6+
</packages>

0 commit comments

Comments
 (0)