From 6a1d0e83f994b632d6ad30af04b2a6c92144419e Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Wed, 25 Mar 2026 21:29:51 +0000 Subject: [PATCH] ci: bump checkout action veon build-sidecar and validate-collections --- .github/workflows/build-sidecar-updater.yml | 2 +- .github/workflows/validate-collection-urls.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-sidecar-updater.yml b/.github/workflows/build-sidecar-updater.yml index 822bc28..3508ca9 100644 --- a/.github/workflows/build-sidecar-updater.yml +++ b/.github/workflows/build-sidecar-updater.yml @@ -33,7 +33,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Log in to GitHub Container Registry uses: docker/login-action@v2 with: diff --git a/.github/workflows/validate-collection-urls.yml b/.github/workflows/validate-collection-urls.yml index 70c15fd..32ac30d 100644 --- a/.github/workflows/validate-collection-urls.yml +++ b/.github/workflows/validate-collection-urls.yml @@ -12,7 +12,7 @@ jobs: validate-urls: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Extract and validate URLs run: |