From ceb19a0e924753df4b5dae4cf8a54acc43c579cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:40:19 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 --- .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 e59ec5c..0ff50de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/setup-node@v2-beta with: node-version: 17.3.0 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: python-version: "3.9.x" - run: yarn install --frozen-lockfile