From 89e3769898aa88a18f4f6b9bd7de028bff0d8bd0 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:03:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8e8c483 --- .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 60269e0..2fa77c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Install Poetry uses: abatilo/actions-poetry@b8f6fe29ba2eb78e0d45ccbf41cd14154c4e25b2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1562527..dd26830 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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Setup Python uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548