From 3a8e40fc279cbcbb7d25a5ef836f4b5bcf694c5e Mon Sep 17 00:00:00 2001 From: Stanislav German-Evtushenko Date: Thu, 12 Mar 2026 23:01:42 +0900 Subject: [PATCH] actions: Update checkout Node.js 20 is not supported anymore so we have to upgrade --- .github/workflows/fetch_dso_configs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_dso_configs.yml b/.github/workflows/fetch_dso_configs.yml index b632602..99dff95 100644 --- a/.github/workflows/fetch_dso_configs.yml +++ b/.github/workflows/fetch_dso_configs.yml @@ -24,7 +24,7 @@ jobs: pull-requests: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Fetch DSO configs id: fetch-dso-configs