From 21f77c4a2a447b23150262d80b587ff4d116437f Mon Sep 17 00:00:00 2001 From: Akitake Date: Fri, 12 Jul 2024 11:07:38 +0200 Subject: [PATCH] Update setup-python version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65a8a0f..b2ccaf7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' - name: Install pip dependencies