Skip to content

Update outdated action versions in README examples#1088

Merged
alexarchambault merged 2 commits intomainfrom
copilot/update-versions-in-readme
Mar 26, 2026
Merged

Update outdated action versions in README examples#1088
alexarchambault merged 2 commits intomainfrom
copilot/update-versions-in-readme

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 18, 2026

README code examples referenced stale action versions, misleading users copying snippets into their workflows.

Changes

  • actions/checkout@v2actions/checkout@v4
  • coursier/cache-action@v6coursier/cache-action@v8
  • coursier/setup-action@v1coursier/setup-action@v3

Updated in both the custom inputs example and the caching example:

steps:
  - uses: actions/checkout@v4
  - uses: coursier/cache-action@v8
  - uses: coursier/setup-action@v3
Original prompt

This section details on the original issue you should resolve

<issue_title>Versions in README need to be updated</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
Copilot AI changed the title [WIP] Update versions in README Update outdated action versions in README examples Mar 18, 2026
Copilot AI requested a review from alexarchambault March 18, 2026 14:43
@alexarchambault alexarchambault marked this pull request as ready for review March 26, 2026 00:26
@alexarchambault alexarchambault merged commit df6ff2e into main Mar 26, 2026
9 checks passed
@alexarchambault alexarchambault deleted the copilot/update-versions-in-readme branch March 26, 2026 00:26
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.

Versions in README need to be updated

2 participants