Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 26, 2025

Updates all GitHub Actions in workflow files to their latest stable versions while preserving existing version pinning conventions (major vs. full semantic versioning).

Updated Actions

Major version pins:

  • actions/checkout: v5 → v6
  • peter-evans/find-comment: v3 → v4

Full version pins:

  • skills/exercise-toolkit workflows and actions: v0.7.0/v0.7.1 → v0.7.3

Already current:

  • GrantBirki/comment@v2.1.1
  • skills/action-keyphrase-checker@v1

Files Changed

  • .github/workflows/0-start-exercise.yml
  • .github/workflows/1-step.yml
  • .github/workflows/2-step.yml
  • .github/workflows/3-last-step.yml
Original prompt

Bump github actions versions to their latest versions, and keep the same convention - e.g if full version was used v.x.X.X or just the major version e.g v5


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub Actions to latest versions Bump GitHub Actions to latest versions Nov 26, 2025
Copilot finished work on behalf of FidelusAleksander November 26, 2025 11:56
@FidelusAleksander FidelusAleksander marked this pull request as ready for review November 26, 2025 12:00
Copilot AI review requested due to automatic review settings November 26, 2025 12:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates GitHub Actions across all workflow files to their latest versions while maintaining the repository's existing version pinning conventions (major version pins for some actions, full semantic versions for others).

Key Changes:

  • Updated actions/checkout from v5 to v6 (major version convention)
  • Updated peter-evans/find-comment from v3 to v4 (major version convention)
  • Updated all skills/exercise-toolkit references from v0.7.0/v0.7.1 to v0.7.3 (full semantic version convention)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/0-start-exercise.yml Updated actions/checkout to v6 and skills/exercise-toolkit to v0.7.3
.github/workflows/1-step.yml Updated actions/checkout to v6 and skills/exercise-toolkit to v0.7.3
.github/workflows/2-step.yml Updated actions/checkout to v6, peter-evans/find-comment to v4, and skills/exercise-toolkit to v0.7.3
.github/workflows/3-last-step.yml Updated actions/checkout to v6 and skills/exercise-toolkit to v0.7.3 (including v0.7.1 reference)

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

@FidelusAleksander FidelusAleksander merged commit 8ded3f9 into main Dec 1, 2025
@FidelusAleksander FidelusAleksander deleted the copilot/bump-github-actions-versions branch December 1, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants