From 2a3f4f66a546b95f77a1fe5e90f543d1c898ad85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxemilian=20Gr=C3=B6nblom?= Date: Fri, 24 May 2024 11:19:18 +0300 Subject: [PATCH] fix(ci): updated setup-python action to v5 to fix deprecation warning --- .github/workflows/benchmarker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarker.yml b/.github/workflows/benchmarker.yml index 8f537caa..a3659016 100644 --- a/.github/workflows/benchmarker.yml +++ b/.github/workflows/benchmarker.yml @@ -123,7 +123,7 @@ jobs: working-directory: ${{ env.SHOT_EXECUTABLE_PATH }} run: ldd SHOT - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.11 cache: 'pip'