Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build Docusaurus
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-evault-core-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Node.js 22
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-evault-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

What are the breaking changes between actions/checkout@v4 and actions/checkout@v5? Does actions/checkout@v5 exist?

💡 Result:

Yes, actions/checkout@v5 exists, released in August 2025 as v5.0.0 with subsequent v5.0.1. The primary change from v4 to v5 is updating the runtime from Node.js 20 to Node.js 24 (action.yml: using: 'node24'). This is a major version bump due to the Node.js upgrade. Breaking changes/potential compatibility issues: - Requires GitHub Actions Runner version v2.327.1 or later, as Node.js 24 is not supported on older runners. Users on outdated self-hosted runners may see errors like "Parameter 'using: node24' is not supported". - No other functional changes to inputs, outputs, or checkout behavior are mentioned in changelog, diffs, or README. Core functionality remains the same; the Node upgrade may indirectly affect performance or dependencies but no explicit breaking behavior changes. Sources confirm via official repo README, CHANGELOG.md, release PRs, and compare views.

Citations:


Verify actions/checkout@v5 runner compatibility.

actions/checkout@v5 exists and is stable (released August 2025). However, it has a breaking change: it requires GitHub Actions Runner v2.327.1 or later due to the Node.js 24 runtime upgrade. If this workflow runs on self-hosted runners older than v2.327.1, it will fail with "Parameter 'using: node24' is not supported". Confirm that all target runners meet this minimum version requirement.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/workflows/tests-evault-core.yml at line 17, The workflow currently
uses actions/checkout@v5 which requires GitHub Actions Runner v2.327.1+ due to
Node.js 24; verify target runners meet that minimum or switch to a compatible
checkout version. Either ensure all self-hosted runners are upgraded to v2.327.1
or later, or change the step from actions/checkout@v5 to a prior compatible tag
(e.g., actions/checkout@v4) to avoid the "Parameter 'using: node24' is not
supported" failure; update the workflow accordingly and document the required
runner version if you keep `@v5`.


- name: Set up Node.js 22
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Node.js 22
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-w3id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Node.js 22
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-wallet-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Node.js 22
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-web3-adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Node.js 22
uses: actions/setup-node@v4
Expand Down
6 changes: 3 additions & 3 deletions platforms/blabsy/client/.github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 📥 Download deps
run: npm ci
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 📥 Download deps
run: npm ci
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 📥 Download deps
run: npm ci
Expand Down
Loading