Skip to content

Releases: PSModule/Template-Action

v0.0.4

26 Nov 12:34
5877769

Choose a tag to compare

Bump actions/checkout from 5 to 6 (#5)

Bumps actions/checkout from 5 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

[Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-de...

Read more

v0.0.3

12 Oct 12:26
382f64c

Choose a tag to compare

🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#4)

Description

This pull request makes a minor formatting update to the scripts/main.ps1 file by adding a Unicode Byte Order Mark (BOM) at the beginning of the file. This change helps ensure proper encoding detection by some editors and tools.

v0.0.2

05 Oct 12:55
d90dedb

Choose a tag to compare

Update dependabot.yml to ensure proper labeling for GitHub Actions updates (#3)

Description

This pull request makes a small configuration improvement to Dependabot by automatically applying relevant labels to pull requests for GitHub Actions updates.

  • Added dependencies and github-actions labels to Dependabot PRs for GitHub Actions updates in .github/dependabot.yml.

v0.0.1

27 Aug 05:54
2066b70

Choose a tag to compare

Bump actions/checkout from 4 to 5 (#2)

Bumps actions/checkout from 4 to 5.

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

  • Update NPM dependencies...
Read more