From e9871235b1832e92422e83ee475547c45efdc8fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:39:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20eifinger/setup-ry?= =?UTF-8?q?e=20action=20to=20v4.2.8=20(#873)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pylint.yaml | 2 +- .github/workflows/ruff.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index bdb59ddc..44504e7c 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🏗 Set up rye - uses: eifinger/setup-rye@v4.2.7 + uses: eifinger/setup-rye@v4.2.8 with: enable-cache: true diff --git a/.github/workflows/ruff.yaml b/.github/workflows/ruff.yaml index 7447e24e..8731b354 100644 --- a/.github/workflows/ruff.yaml +++ b/.github/workflows/ruff.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🏗 Set up rye - uses: eifinger/setup-rye@v4.2.7 + uses: eifinger/setup-rye@v4.2.8 with: enable-cache: true