From acfc03c214e249977a46a9399fda67e6493061ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:47:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/acr_docker_image.yml | 2 +- .github/workflows/python-linting.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acr_docker_image.yml b/.github/workflows/acr_docker_image.yml index 1303476..aa29e3b 100644 --- a/.github/workflows/acr_docker_image.yml +++ b/.github/workflows/acr_docker_image.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Log into ACR uses: docker/login-action@v3 diff --git a/.github/workflows/python-linting.yml b/.github/workflows/python-linting.yml index 70cfd60..e74faf0 100644 --- a/.github/workflows/python-linting.yml +++ b/.github/workflows/python-linting.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python 3.9 uses: actions/setup-python@v5 with: