From 7d5f2e354086f320de83d7dc2416bf4d61776284 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Oct 2025 21:34:28 +0000 Subject: [PATCH] ci(github-action)!: Update https://github.com/actions/checkout action to v5 (renovate) --- .github/workflows/validate-versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-versions.yaml b/.github/workflows/validate-versions.yaml index 7828cbe..5050f4a 100644 --- a/.github/workflows/validate-versions.yaml +++ b/.github/workflows/validate-versions.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout the code - uses: https://github.com/actions/checkout@v4 + uses: https://github.com/actions/checkout@v5 - name: Retrieve project metadata uses: https://github.com/radcortez/project-metadata-action@main