From 9ff9a6d2f2fd697665dc5e92ddd6fabadffe7b8a Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:03:39 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to e797f83 --- .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 8beb9e3..512d132 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@3d1e2d2ca0a067f27da6fec484fce7f5256def85 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c with: python-version: ${{ matrix.python-version }} cache: "poetry" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a4dacfe..6e668f1 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@3d1e2d2ca0a067f27da6fec484fce7f5256def85 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c with: python-version: "3.10"