From 84ba6298098bcda75fbc4edc17c9f254b571f171 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 22:36:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/renovate-bot.yaml | 2 +- .github/workflows/workflow.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate-bot.yaml b/.github/workflows/renovate-bot.yaml index 78bbdb0..d1699ee 100644 --- a/.github/workflows/renovate-bot.yaml +++ b/.github/workflows/renovate-bot.yaml @@ -23,7 +23,7 @@ jobs: # allow the action to create branches and PRs steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Blacksmith Builder uses: useblacksmith/setup-docker-builder@v1 diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 1fafdd4..41b037c 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Git user run: |