From 425aadee76cfc3c42d6e8902030ed6d79ca83a24 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 04:40:44 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5.2.0 --- .github/actions/setup-env/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-env/action.yaml b/.github/actions/setup-env/action.yaml index 6eadd77..b226a81 100644 --- a/.github/actions/setup-env/action.yaml +++ b/.github/actions/setup-env/action.yaml @@ -9,7 +9,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: ${{ inputs.python-version }} cache: 'pip'