From 6654965ab726adfee2a3d26ceea5ab804bb9cc9c Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 20:03:09 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to 4f41a90 --- .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 2fa77c8..f3b64ff 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 + uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae with: python-version: ${{ matrix.python-version }} cache: "poetry" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f2408e4..2bba778 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Setup Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 + uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae with: python-version: "3.14"