Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 5, 2025

This PR updates all GitHub Actions actions/checkout references from the deprecated v1 to the current stable v5 version across all workflow files in .github/workflows/.

Changes Made

  • CI.yml: Updated 3 instances of actions/checkout@v1 to actions/checkout@v5 (linux, Mac, and windows jobs)
  • Deploy.yml: Updated 1 instance of actions/checkout@v1 to actions/checkout@v5 (windows job)

Benefits

  • Uses the latest stable version of the checkout action with improved security and performance
  • Removes deprecation warnings in GitHub Actions runs
  • Ensures compatibility with current GitHub Actions runner environments

All YAML syntax has been validated and no functional changes were made to the workflow logic.

Fixes #345.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] Update to checkout@v5 Update checkout actions from v1 to v5 in GitHub workflows Sep 5, 2025
@Copilot Copilot AI requested a review from kelleyma49 September 5, 2025 20:18
Copilot finished work on behalf of kelleyma49 September 5, 2025 20:18
@kelleyma49 kelleyma49 marked this pull request as ready for review September 5, 2025 20:24
@kelleyma49 kelleyma49 merged commit ad30896 into master Sep 5, 2025
3 checks passed
Copilot AI added a commit that referenced this pull request Sep 5, 2025
* Initial plan

* Update all checkout actions from v1 to v5 in GitHub workflows

Co-authored-by: kelleyma49 <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: kelleyma49 <[email protected]>
@kelleyma49 kelleyma49 deleted the copilot/fix-345 branch September 5, 2025 21:00
kelleyma49 added a commit that referenced this pull request Sep 20, 2025
…Invoke-FuzzyHistory.md (#344)

* Initial plan

* Add recommendations for PSReadline key handler to README.md and docs/Invoke-FuzzyHistory.md

Co-authored-by: kelleyma49 <[email protected]>

* Move PSReadlineChordReverseHistory recommendation from PSReadline section to Invoke-FuzzyHistory table row

Co-authored-by: kelleyma49 <[email protected]>

* Update checkout actions from v1 to v5 in GitHub workflows (#346)

* Initial plan

* Update all checkout actions from v1 to v5 in GitHub workflows

Co-authored-by: kelleyma49 <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: kelleyma49 <[email protected]>

* Initial plan

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: kelleyma49 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to checkout@v5

2 participants