From 25e0a8e80ca6fca9a1721ae980c22ce98dddd754 Mon Sep 17 00:00:00 2001 From: "Vitaly D." Date: Mon, 8 Jun 2026 13:38:14 +0300 Subject: [PATCH] ci: update checkout action pin Why: - Avoid the GitHub Actions Node.js 20 deprecation annotation from the pinned checkout action. What changed: - Move the pinned actions/checkout reference from v4 to v5.0.1. Testing: - git diff --check - scripts/run-deterministic-tests.sh Risk: - narrow - workflow-only change; final runtime validation depends on GitHub Actions. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d9d18f..81796cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: steps: - name: Checkout - # pinned from actions/checkout@v4 - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + # pinned from actions/checkout@v5.0.1 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd with: fetch-depth: 0