From 7bec492d809c9200336d4acbba0cf8bbf2fc09a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:30:11 +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 19b53d91..48478258 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'