From f46b63f43cde19473980d202ea95080e13bd7e82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:14:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/diff.yaml | 4 ++-- .github/workflows/presidio-analyzer.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/diff.yaml b/.github/workflows/diff.yaml index 013b3fe7..5e612343 100644 --- a/.github/workflows/diff.yaml +++ b/.github/workflows/diff.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Get changes uses: dorny/paths-filter@v3 @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/presidio-analyzer.yaml b/.github/workflows/presidio-analyzer.yaml index 4e4ead9f..3e65ec8c 100644 --- a/.github/workflows/presidio-analyzer.yaml +++ b/.github/workflows/presidio-analyzer.yaml @@ -18,9 +18,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: repository: microsoft/presidio path: presidio-upstream