Skip to content

⚙️ [Maintenance]: Align workflows across action repositories - #20

Merged
Marius Storhaug (MariusStorhaug) merged 2 commits into
mainfrom
update-release-workflow
Jan 27, 2026
Merged

⚙️ [Maintenance]: Align workflows across action repositories#20
Marius Storhaug (MariusStorhaug) merged 2 commits into
mainfrom
update-release-workflow

Conversation

@MariusStorhaug

@MariusStorhaugMarius Storhaug (MariusStorhaug) commented Jan 27, 2026

Copy link
Copy Markdown
Member

This pull request updates dependencies in the GitHub Actions workflows to use newer versions of third-party actions. The changes focus on keeping the CI/CD pipeline up to date and improving maintainability.

Dependency updates in GitHub Actions workflows:

  • Updated the PSModule/Invoke-Pester action in .github/workflows/Action-Test.yml from version v4.2.2 to v4.2.3 to ensure the latest fixes and improvements are included.
  • Updated the PSModule/Release-GHRepository action in .github/workflows/Release.yml from version v2.0.1 to v2.0.2. Also, renamed the checkout step for clarity.

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates pinned versions of third-party GitHub Actions used by the Release and Action-Test workflows.

Changes:

  • Bump PSModule/Release-GHRepository from v2.0.1 to v2.0.2 and remove explicit GITHUB_TOKEN env wiring.
  • Bump PSModule/Invoke-Pester from v4.2.2 to v4.2.3 in Action-Test workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

FileDescription
.github/workflows/Release.ymlUpdates the release action version and alters how authentication is provided to the action.
.github/workflows/Action-Test.ymlUpdates the pinned Invoke-Pester action version used for test result processing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread.github/workflows/Release.yml
@MariusStorhaugMarius Storhaug (MariusStorhaug) changed the title 🩹 Update Release workflow and dependencies🩹 [Patch]: Update Release workflow and dependenciesJan 27, 2026
@MariusStorhaugMarius Storhaug (MariusStorhaug) changed the title 🩹 [Patch]: Update Release workflow and dependencies⚙️ [Maintenance]: Update Release workflow and dependenciesJan 27, 2026
@MariusStorhaugMarius Storhaug (MariusStorhaug) changed the title ⚙️ [Maintenance]: Update Release workflow and dependencies⚙️ [Maintenance]: Align Release workflow across repositoriesJan 27, 2026
@MariusStorhaugMarius Storhaug (MariusStorhaug) changed the title ⚙️ [Maintenance]: Align Release workflow across repositories⚙️ [Maintenance]: Align workflows across action repositoriesJan 27, 2026
@MariusStorhaug
Marius Storhaug (MariusStorhaug) merged commit ad494d6 into mainJan 27, 2026
16 checks passed
@MariusStorhaug
Marius Storhaug (MariusStorhaug) deleted the update-release-workflow branch January 27, 2026 22:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@MariusStorhaug