From 45ffb3dca984ec2e2f97605032fb07b25e177979 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 20:03:38 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to cfd55ca --- .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 868e31d..a53bb0d 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@18566f86b301499665bd3eb1a2247e0849c64fa5 + uses: actions/setup-python@cfd55ca82492758d853442341ad4d8010466803a with: python-version: ${{ matrix.python-version }} cache: "poetry" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae042b6..f3a05c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 - name: Setup Python - uses: actions/setup-python@18566f86b301499665bd3eb1a2247e0849c64fa5 + uses: actions/setup-python@cfd55ca82492758d853442341ad4d8010466803a with: python-version: "3.10"