From 15bc1bc2c4849186213eceefe16dd84e3f7eb26e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:45:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.3 --- .github/workflows/nitpick.yml | 2 +- .github/workflows/pre-commit-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nitpick.yml b/.github/workflows/nitpick.yml index 33cc0f1..1165770 100644 --- a/.github/workflows/nitpick.yml +++ b/.github/workflows/nitpick.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install nitpick run: pipx install nitpick diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 563946b..1b94d9c 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install pre-commit run: pipx install pre-commit