From f586a8be16834c7bfb98e5f43ae33339f04b8ba9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 31 Jul 2026 11:12:11 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/prettybot-automation.yml | 2 +- .github/workflows/renovate.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb06836..81e5b41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: statuses: write # Required to send commit status checks steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/prettybot-automation.yml b/.github/workflows/prettybot-automation.yml index 6cb1d26..181188e 100644 --- a/.github/workflows/prettybot-automation.yml +++ b/.github/workflows/prettybot-automation.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Create new branch run: | diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index a666524..7bf76c3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Renovate uses: renovatebot/github-action@v46.1.21 with: