From 11ed98a732ed0711d861e2a573185f5d26dee36f Mon Sep 17 00:00:00 2001 From: "khepri-bot[bot]" <269588972+khepri-bot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:01:41 +0000 Subject: [PATCH] chore(deps): pin actions/checkout action to v7.0.1 --- .github/workflows/pr-checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index e3036f6..1680de0 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -12,7 +12,7 @@ jobs: lint-and-test: runs-on: macos-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: @@ -35,7 +35,7 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: macos-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: