Skip to content

Comments

Update actions/checkout to v4 for runner compatibility#5

Merged
lippytm merged 2 commits intocopilot/connect-workflow-to-repositoriesfrom
copilot/fix-bug-in-time-machine-bot
Jan 20, 2026
Merged

Update actions/checkout to v4 for runner compatibility#5
lippytm merged 2 commits intocopilot/connect-workflow-to-repositoriesfrom
copilot/fix-bug-in-time-machine-bot

Conversation

Copy link
Contributor

Copilot AI commented Jan 8, 2026

The CI workflow used actions/checkout@v2, which is deprecated and incompatible with current GitHub-hosted runners.

Changes

  • .github/workflows/blank.yml: Updated checkout action from v2 to v4
# Before
- uses: actions/checkout@v2

# After  
- uses: actions/checkout@v4

This ensures workflow compatibility with current runner environments and resolves the deprecation warning flagged by actionlint.

Original prompt

Pull Request: #3


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: lippytm <65956507+lippytm@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix bug in time machine bot functionality Update actions/checkout to v4 for runner compatibility Jan 8, 2026
Copilot AI requested a review from lippytm January 8, 2026 20:57
@lippytm lippytm marked this pull request as ready for review January 20, 2026 00:06
Copy link
Owner

@lippytm lippytm left a comment

Choose a reason for hiding this comment

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

Add the improvements and add all the other features that make this better

@lippytm lippytm merged commit def6717 into copilot/connect-workflow-to-repositories Jan 20, 2026
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.

2 participants