From 6abf422a0808e30f147311010866d5b1ce18379e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 14 Mar 2024 16:25:58 +0100 Subject: [PATCH] Update actions/setup-python --- .github/workflows/python-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-format.yml b/.github/workflows/python-format.yml index c1199e1..f030616 100644 --- a/.github/workflows/python-format.yml +++ b/.github/workflows/python-format.yml @@ -18,7 +18,7 @@ jobs: options: "." continue-on-error: true - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 - name: Install Ruff run: pip install ruff