From 3c2672e0c1c24a3931735124ceb36265f926d39f Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:03:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to c2d88d3 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 217751a..4f16edb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 - name: Install Poetry uses: abatilo/actions-poetry@b8f6fe29ba2eb78e0d45ccbf41cd14154c4e25b2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8728eef..b1357c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 - name: Setup Python uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923