From 358182416789dd36120407a8ec441f0218915d57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:11:01 +0000 Subject: [PATCH] build: Update actions/checkout action to v6 --- .github/workflows/template-build-and-push.yml | 2 +- .github/workflows/template-python-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template-build-and-push.yml b/.github/workflows/template-build-and-push.yml index 62562cc..b00953c 100644 --- a/.github/workflows/template-build-and-push.yml +++ b/.github/workflows/template-build-and-push.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/template-python-ci.yml b/.github/workflows/template-python-ci.yml index 0a08568..09cb189 100644 --- a/.github/workflows/template-python-ci.yml +++ b/.github/workflows/template-python-ci.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Log in to the GitHub Container Registry uses: docker/login-action@v3