From e47d06e627cad5c3c1d8ce26d5829a8a68b3f196 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 09:44:05 +0000 Subject: [PATCH] Update actions/setup-python digest to 39cd149 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47edd36..d52d8fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: with: rust-cache-shared-key: "base" - - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 - name: set PYVERSION run: echo "PYVERSION=$(python --version | tr ' ' '-')" >> $GITHUB_ENV