Skip to content

ci: bump actions/checkout from v3 to v5#78

Open
Davanum Srinivas (dims) wants to merge 1 commit into
agent-substrate:mainfrom
dims:fix/checkout-action-v5
Open

ci: bump actions/checkout from v3 to v5#78
Davanum Srinivas (dims) wants to merge 1 commit into
agent-substrate:mainfrom
dims:fix/checkout-action-v5

Conversation

@dims
Copy link
Copy Markdown
Collaborator

v3 is EOL — GitHub Actions runners flag it as too old to run. v5 is the current stable major (latest release v5.0.1 as of 2026-05). Two callsites (run-tests and e2e-test jobs), no behavioural change.

Fixes #<issue_number_goes_here>

It's a good idea to open an issue first for discussion.

  • Tests pass
  • Appropriate changes to documentation are included in the PR

v3 is EOL — GitHub Actions runners flag it as too old to run.
v5 is the current stable major (latest release v5.0.1 as of 2026-05).
Two callsites (run-tests and e2e-test jobs), no behavioural change.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
@BenTheElder Benjamin Elder (BenTheElder) added the test Enhancing / fixing test coverage. label May 27, 2026
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v5
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

TODO: we should be pinning all of these to a commit.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

will do that tomorrow after we get these all merged, we have a lot of conflicts in this file at the moment (see also #89 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Enhancing / fixing test coverage.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants