From b1eb7ed42cf0383677e20da039e9e72e5ef6c332 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 4 Feb 2024 10:32:35 +0100 Subject: [PATCH] Update setup-python to v5 (#38) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/workflows/linter.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c637a19..a26b072 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,7 +18,7 @@ jobs: run: | echo "GITHUB_SHA_SHORT=$(echo ${{ github.sha }} | cut -c 1-6)" >> $GITHUB_ENV echo ${{ env.GITHUB_SHA_SHORT }} - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.9' - run: pip install yapf @@ -47,4 +47,4 @@ jobs: - name: yapf exit failure if: ${{ env.IS_FORMATTED != 0 }} run: exit 1 - shell: bash \ No newline at end of file + shell: bash diff --git a/action.yml b/action.yml index 8e3591e..49304ea 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: using: "composite" steps: - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' - name: Install Python dependencies