From 1f9bb84489dbac0e6ba1f783f52de508e354a5f7 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:03:17 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to a309ff8 --- .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 5e72244..bce56aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: poetry config virtualenvs.in-project true --local - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version: ${{ matrix.python-version }} cache: "poetry" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c83de3..48a092a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 - name: Setup Python - uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version: "3.14"