From 6fbb25ef5d6c8ed41fdc5a0e36dbd797a3072bcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:00:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 --- .github/workflows/lpt-locust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lpt-locust.yaml b/.github/workflows/lpt-locust.yaml index 95eac6f05..ac69378ab 100644 --- a/.github/workflows/lpt-locust.yaml +++ b/.github/workflows/lpt-locust.yaml @@ -27,7 +27,7 @@ jobs: - name: ⬇️ Checkout uses: actions/checkout@v4 - name: 🏗 Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' cache: 'pip'