From c38c81e653b9c022db4ec2850e497553a67a6fb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:12:57 +0000 Subject: [PATCH] Update actions/setup-python action to v5 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e554a075..63f5ae2d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: set up python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 - name: cache python environment uses: actions/cache@v3 @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: set up python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 - name: cache python environment uses: actions/cache@v3 @@ -64,7 +64,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: set up python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 - name: cache python environment uses: actions/cache@v3 @@ -92,7 +92,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: set up python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 - name: cache python environment uses: actions/cache@v3