From a73b88cb946ba3b940dffea093370b501cf49b78 Mon Sep 17 00:00:00 2001 From: Maqsood Ahmad Date: Tue, 2 Jun 2026 18:01:46 +0530 Subject: [PATCH] (maint) Bump actions/checkout from v3 to v4 actions/checkout@v3 uses the deprecated Node 16 runtime and emits warnings on every CI run. v4 runs on Node 20 and matches the fleet standard already set in puppetlabs-lvm. No behavior change for these workflows. Co-Authored-By: Claude Opus 4.7 --- .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 961a3f53..651003bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} if: ${{ github.repository_owner == 'puppetlabs' }} @@ -91,7 +91,7 @@ jobs: nslookup artifactory.delivery.puppetlabs.net - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }}